mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
Drop Laravel 9 support, add Laravel 11 support
This commit is contained in:
parent
8fa1a148dd
commit
0e4ae2278d
3 changed files with 17 additions and 17 deletions
|
|
@ -21,17 +21,17 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"illuminate/support": "^9.0|^10.0",
|
||||
"archtechx/laravel-seo": "^0.6",
|
||||
"ryangjchandler/orbit": "*",
|
||||
"illuminate/routing": "^9.0|^10.0",
|
||||
"illuminate/database": "^9.0|^10.0"
|
||||
"php": "^8.2",
|
||||
"illuminate/support": "^10.0|^11.0",
|
||||
"archtechx/laravel-seo": "^0.10",
|
||||
"ryangjchandler/orbit": "^1.0",
|
||||
"illuminate/routing": "^10.0|^11.0",
|
||||
"illuminate/database": "^10.0|^11.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^7.0|^8.0",
|
||||
"pestphp/pest": "^1.2|^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
||||
"orchestra/testbench": "^8.0|^9.0",
|
||||
"pestphp/pest": "^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^2.0"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue