Skip to content

Commit 4276cd6

Browse files
authored
Update composer.json
1 parent f7a3f9d commit 4276cd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"require": {
1212
"php": "^8.0",
1313
"ext-json": "*",
14-
"illuminate/queue": "^10.0|^11.0",
14+
"illuminate/queue": "^10.0|^11.0|^12.0",
1515
"php-amqplib/php-amqplib": "^v3.6"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^10.0|^11.0",
18+
"phpunit/phpunit": "^10.0|^11.0|^12.0",
1919
"mockery/mockery": "^1.0",
2020
"laravel/horizon": "^5.0",
2121
"orchestra/testbench": "^7.0|^8.0|^9.0",
2222
"laravel/pint": "^1.2",
23-
"laravel/framework": "^9.0|^10.0|^11.0"
23+
"laravel/framework": "^9.0|^10.0|^11.0|^12.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)