Skip to content

Commit d9ab1e5

Browse files
Bump dependencies for Laravel 11 (musonza#321)
1 parent ce27e89 commit d9ab1e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
],
1111
"require": {
1212
"php": ">=8.0",
13-
"illuminate/contracts": "^8.0|^9.0|^10.0",
14-
"illuminate/support": "^8.0|^9.0|^10.0",
13+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
14+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
1515
"spatie/laravel-fractal": "^6.0|dev-main",
1616
"laravel/legacy-factories": "^1.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0|^9.0",
20-
"orchestra/testbench": "^7.0|^8.0",
19+
"phpunit/phpunit": "^8.0|^9.0|^10.5",
20+
"orchestra/testbench": "^7.0|^8.0|^9.0",
2121
"mockery/mockery": "^1.0.0"
2222
},
2323
"license": "MIT",

0 commit comments

Comments
 (0)