Skip to content

Commit 33f0da8

Browse files
mazedlxcleopernold
andauthored
Add compatibility for Laravel 12. (spatie#490)
* Add compatibility for Laravel 12. * WIP. --------- Co-authored-by: Christian Leo-Pernold <christian.leo@akwien.at>
1 parent b5ae7b2 commit 33f0da8

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
],
2222
"require": {
2323
"php": "^8.2",
24-
"illuminate/cache": "^10.0|^11.0",
25-
"illuminate/container": "^10.0|^11.0",
26-
"illuminate/console": "^10.0|^11.0",
27-
"illuminate/http": "^10.0|^11.0",
28-
"illuminate/support": "^10.0|^11.0",
24+
"illuminate/cache": "^10.0|^11.0|^12.0",
25+
"illuminate/container": "^10.0|^11.0|^12.0",
26+
"illuminate/console": "^10.0|^11.0|^12.0",
27+
"illuminate/http": "^10.0|^11.0|^12.0",
28+
"illuminate/support": "^10.0|^11.0|^12.0",
2929
"nesbot/carbon": "^2.63|^3.0",
3030
"spatie/laravel-package-tools": "^1.9"
3131
},
3232
"require-dev": {
33-
"laravel/framework": "^10.0|^11.0",
33+
"laravel/framework": "^10.0|^11.0|^12.0",
3434
"mockery/mockery": "^1.4",
3535
"orchestra/testbench": "^8.0|^9.0",
3636
"pestphp/pest": "^2.22"

0 commit comments

Comments
 (0)