mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Bump dependencies for Laravel 12
This commit is contained in:
parent
f6fd5f4a55
commit
c6ea81894a
1 changed files with 6 additions and 6 deletions
|
|
@ -24,15 +24,15 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"illuminate/support": "^10.0|^11.0",
|
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||||
"illuminate/view": "^10.0|^11.0"
|
"illuminate/view": "^10.0|^11.0|^12.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^8.0|^9.0",
|
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||||
"nunomaduro/larastan": "^2.4",
|
"nunomaduro/larastan": "^2.4",
|
||||||
"pestphp/pest": "^2.0",
|
"pestphp/pest": "^2.0|^3.7",
|
||||||
"pestphp/pest-plugin-laravel": "^2.0",
|
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
|
||||||
"intervention/image": "^2.7"
|
"intervention/image": "^2.7|^3.11"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"laravel": {
|
"laravel": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue