Skip to content

Commit 32034b9

Browse files
committed
Update to laravel 12
1 parent f7a3f9d commit 32034b9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.0",
12+
"php": "^8.2",
1313
"ext-json": "*",
14-
"illuminate/queue": "^10.0|^11.0",
15-
"php-amqplib/php-amqplib": "^v3.6"
14+
"illuminate/queue": "^12.0",
15+
"illuminate/support": "^12.0",
16+
"php-amqplib/php-amqplib": "^3.7"
1617
},
1718
"require-dev": {
18-
"phpunit/phpunit": "^10.0|^11.0",
19-
"mockery/mockery": "^1.0",
19+
"phpunit/phpunit": "^11.0",
20+
"mockery/mockery": "^1.6",
2021
"laravel/horizon": "^5.0",
21-
"orchestra/testbench": "^7.0|^8.0|^9.0",
22-
"laravel/pint": "^1.2",
23-
"laravel/framework": "^9.0|^10.0|^11.0"
22+
"orchestra/testbench": "^9.0|^10.0",
23+
"laravel/pint": "^1.13",
24+
"laravel/framework": "^12.0"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)