Skip to content

Commit c17b48b

Browse files
Bump dependencies for Laravel 12 (#78)
1 parent 317117f commit c17b48b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"php": "^7.2|^8.0",
2222
"ext-json": "*",
2323
"guzzlehttp/guzzle": "^6.3 || ^7.0",
24-
"illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
25-
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
26-
"illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
27-
"illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0",
24+
"illuminate/notifications": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0|^12.0",
25+
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0|^12.0",
26+
"illuminate/queue": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0|^12.0",
27+
"illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0|^11.0|^12.0",
2828
"textalk/websocket": "^1.2"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.3.3",
32-
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0|^9.0",
33-
"phpunit/phpunit": "^8.5 || ^9.0|^10.5"
32+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0",
33+
"phpunit/phpunit": "^8.5 || ^9.0|^10.5|^11.5.3"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)