mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Add support Laravel 10.x & remove unused package (#26)
* feat: support Laravel 10.x & remove unneccessary package * Update * Update * Update
This commit is contained in:
parent
a737879baf
commit
0992083ee9
7 changed files with 44 additions and 47 deletions
|
|
@ -24,14 +24,14 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^8.24|^9.0",
|
||||
"imliam/laravel-blade-helper": "^1.4"
|
||||
"illuminate/support": "^8.24|^9.0|^10.0",
|
||||
"illuminate/view": "^8.24|^9.0|^10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.23|^7.0",
|
||||
"nunomaduro/larastan": "^1.0",
|
||||
"pestphp/pest": "^1.2",
|
||||
"pestphp/pest-plugin-laravel": "^1.0",
|
||||
"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",
|
||||
"intervention/image": "^2.7"
|
||||
},
|
||||
"extra": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue