Skip to content

Commit 2d48346

Browse files
committed
Update composer.json
1 parent c904625 commit 2d48346

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"require": {
2323
"php": "^8.2",
2424
"ext-json": "*",
25-
"illuminate/support": "^10.0|^11.0"
25+
"illuminate/support": ">= 10.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.4",
29-
"nunomaduro/collision": "^7.0|^8.0",
30-
"orchestra/testbench": "^8.0|^9.0",
31-
"phpunit/phpunit": "^10.0|^11.0"
29+
"nunomaduro/collision": ">= 7.0",
30+
"orchestra/testbench": ">= 8.0",
31+
"phpunit/phpunit": ">= 10.0"
3232
},
3333
"scripts": {
3434
"post-autoload-dump": [

0 commit comments

Comments
 (0)