Skip to content

Commit 2d9c946

Browse files
authored
chore: update prism-php/prism version constraint in composer.json (#33)
Changed the version constraint for prism-php/prism from ^0.56.0 to >=v0.56.0 < v1.0 to allow for more flexible dependency management while preventing upgrades to v1.0 and above.
1 parent 94a945d commit 2d9c946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"spatie/laravel-package-tools": "^1.18",
2727
"illuminate/support": "^11.0|^12.0",
2828
"illuminate/database": "^11.0|^12.0",
29-
"prism-php/prism": "^0.56.0",
29+
"prism-php/prism": ">=v0.56.0 < v1.0",
3030
"react/event-loop": "^1.5",
3131
"react/stream": "^1.4"
3232
},

0 commit comments

Comments
 (0)