mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04:03 +00:00
feat: support Laravel 10.x & remove unneccessary package
This commit is contained in:
parent
a737879baf
commit
2f9b36fa85
7 changed files with 40 additions and 43 deletions
|
|
@ -24,8 +24,8 @@
|
|||
},
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue