mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04:03 +00:00
resolve phpstan issue, restrict version constraints
This commit is contained in:
parent
5f2a6d6d0f
commit
f781ff9572
2 changed files with 3 additions and 3 deletions
|
|
@ -24,8 +24,8 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"illuminate/support": ">=10.0",
|
||||
"illuminate/view": ">=10.0"
|
||||
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||
"illuminate/view": "^10.0|^11.0|^12.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": ">=8.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue