1
0
Fork 0
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:
Shift 2025-02-15 19:03:57 +00:00
parent f6fd5f4a55
commit c6ea81894a
No known key found for this signature in database
GPG key ID: 5A96F038425C5A1C

View file

@ -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": {