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

Drop Laravel 8-9, add Laravel 11 support

This commit is contained in:
Samuel Štancl 2024-03-12 13:03:17 +01:00
parent 6d6903ad62
commit 4abf039df7
4 changed files with 16 additions and 13 deletions

View file

@ -23,15 +23,15 @@
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0|^10.0",
"illuminate/view": "^8.24|^9.0|^10.0"
"php": "^8.2",
"illuminate/support": "^10.0|^11.0",
"illuminate/view": "^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0|^8.0",
"nunomaduro/larastan": "^1.0|^2.4",
"pestphp/pest": "^1.2|^2.0",
"pestphp/pest-plugin-laravel": "^1.0|^2.0",
"orchestra/testbench": "^8.0|^9.0",
"nunomaduro/larastan": "^2.4",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"intervention/image": "^2.7"
},
"extra": {