Skip to content

Commit d4bef7f

Browse files
Bump dependencies for Laravel 12 (#25)
1 parent 765bb36 commit d4bef7f

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,13 +20,13 @@
2020
"require": {
2121
"php": "^7.4.0|^8.0",
2222
"guzzlehttp/guzzle": "^6.3.1|^7.0",
23-
"illuminate/contracts": "^8.83.27|^9.0|^10.0|^11.0",
24-
"illuminate/support": "^8.83.27|^9.0|^10.0|^11.0"
23+
"illuminate/contracts": "^8.83.27|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/support": "^8.83.27|^9.0|^10.0|^11.0|^12.0"
2525
},
2626
"require-dev": {
27-
"laravel/framework": "^8.83.27|^9.0|^10.0|^11.0",
28-
"orchestra/testbench": "^5.0|^6.0|^9.0",
29-
"phpunit/phpunit": "^8.5.23|^9.0|^10.5"
27+
"laravel/framework": "^8.83.27|^9.0|^10.0|^11.0|^12.0",
28+
"orchestra/testbench": "^5.0|^6.0|^9.0|^10.0",
29+
"phpunit/phpunit": "^8.5.23|^9.0|^10.5|^11.5.3"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)