Skip to content

Commit d0811bf

Browse files
committed
Bump dependencies for Laravel 12
1 parent ecdabd3 commit d0811bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
21-
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
22-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
23-
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/view": "^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
21+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/view": "^8.0|^9.0|^10.0|^11.0|^12.0",
2525
"guzzlehttp/guzzle": "^7.2",
2626
"ramsey/uuid": "^3.7|^4.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^5.0|^6.0|^7.0|^9.0",
29+
"orchestra/testbench": "^5.0|^6.0|^7.0|^9.0|^10.0",
3030
"mockery/mockery": "^1.3.3",
31-
"phpunit/phpunit": "^8.5.23|^9.5|^10.5"
31+
"phpunit/phpunit": "^8.5.23|^9.5|^10.5|^11.5.3"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)