Skip to content

Commit cbeecfc

Browse files
authored
Add Laravel 12
1 parent f1d198a commit cbeecfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"homepage": "https://github.com/spatie/laravel-permission",
2424
"require": {
2525
"php": "^8.0",
26-
"illuminate/auth": "^8.12|^9.0|^10.0|^11.0",
27-
"illuminate/container": "^8.12|^9.0|^10.0|^11.0",
28-
"illuminate/contracts": "^8.12|^9.0|^10.0|^11.0",
29-
"illuminate/database": "^8.12|^9.0|^10.0|^11.0"
26+
"illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0",
28+
"illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0",
29+
"illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0"
3030
},
3131
"require-dev": {
3232
"laravel/passport": "^11.0|^12.0",
3333
"laravel/pint": "^1.0",
34-
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0",
34+
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0",
3535
"phpunit/phpunit": "^9.4|^10.1|^11.5"
3636
},
3737
"minimum-stability": "dev",

0 commit comments

Comments
 (0)