Skip to content

Commit 24a54b0

Browse files
authored
Update composer.json
1 parent e1e8124 commit 24a54b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"require": {
2121
"php": "^8.2",
2222
"ext-pcntl": "*",
23-
"illuminate/queue": "^11.0|^12.0",
24-
"illuminate/support": "^11.0|^12.0",
23+
"illuminate/queue": "^10.0|^11.0|^12.0",
24+
"illuminate/support": "^10.0|^11.0|^12.0",
2525
"php-amqplib/php-amqplib": "^v3.7.3"
2626
},
2727
"require-dev": {
2828
"ext-json": "*",
2929
"dg/bypass-finals": "dev-master",
30-
"mockery/mockery": "^1.7.0",
31-
"orchestra/testbench": "^9.0|^10.1",
32-
"phpunit/phpunit": "^10.0|^11.5.14",
30+
"mockery/mockery": "^1.0",
31+
"orchestra/testbench": "^9.0|^10.0",
32+
"phpunit/phpunit": "^10.0|^11.0",
3333
"rector/rector": "^0.15.25",
3434
"squizlabs/php_codesniffer": "^3.12"
3535
},

0 commit comments

Comments
 (0)