1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 18:04:03 +00:00

laravel 12

This commit is contained in:
Ash Monsh 2025-03-02 04:53:50 +03:00
parent f6fd5f4a55
commit 0907a7b081
2 changed files with 91 additions and 43 deletions

View file

@ -24,15 +24,15 @@
},
"require": {
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"illuminate/view": "^10.0|^11.0"
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/view": "^10.0|^11.0|^12.0"
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0",
"nunomaduro/larastan": "^2.4",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"intervention/image": "^2.7"
"orchestra/testbench": "^8.0|^9.0|^10.0",
"larastan/larastan": "^2.4|^3.1",
"pestphp/pest": "^2.0|^3.0",
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
"intervention/image": "^2.7|^3.11"
},
"extra": {
"laravel": {