mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 09:54:03 +00:00
Add L10 support
This commit is contained in:
parent
46ba3c0ba9
commit
6ea53eedf6
2 changed files with 9 additions and 9 deletions
|
|
@ -21,17 +21,17 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^8.24|^9.0",
|
||||
"archtechx/laravel-seo": "^0.3.2",
|
||||
"php": "^8.1",
|
||||
"illuminate/support": "^8.24|^9.0|^10.0",
|
||||
"archtechx/laravel-seo": "^0.6",
|
||||
"ryangjchandler/orbit": "*",
|
||||
"illuminate/routing": "^8.53|^9.0",
|
||||
"illuminate/database": "^8.53|^9.0"
|
||||
"illuminate/routing": "^8.53|^9.0|^10.0",
|
||||
"illuminate/database": "^8.53|^9.0|^10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.9|^7.0",
|
||||
"pestphp/pest": "^1.2",
|
||||
"pestphp/pest-plugin-laravel": "^1.0"
|
||||
"orchestra/testbench": "^6.9|^7.0|^8.0",
|
||||
"pestphp/pest": "^1.2|^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue