mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Laravel 12 support (#44)
* Laravel 12 support * bump dev dependencies * resolve phpstan issue, restrict version constraints * fix phpcsfixer CI action
This commit is contained in:
parent
f6fd5f4a55
commit
0a2eef4db4
4 changed files with 11 additions and 11 deletions
|
|
@ -24,14 +24,14 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"illuminate/support": "^10.0|^11.0",
|
||||
"illuminate/view": "^10.0|^11.0"
|
||||
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||
"illuminate/view": "^10.0|^11.0|^12.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^8.0|^9.0",
|
||||
"nunomaduro/larastan": "^2.4",
|
||||
"pestphp/pest": "^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^2.0",
|
||||
"orchestra/testbench": ">=8.0",
|
||||
"nunomaduro/larastan": ">=2.4",
|
||||
"pestphp/pest": ">=2.0",
|
||||
"pestphp/pest-plugin-laravel": ">=2.0",
|
||||
"intervention/image": "^2.7"
|
||||
},
|
||||
"extra": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue