upgraded laravel to the latest

Larave is at version 12.xx now, so that and its dependencies needed to
be upgraded
This commit is contained in:
RXP 2025-05-01 13:57:48 -06:00
parent 3ae9dbea00
commit 47dfdbb7fc
Signed by: ro
GPG key ID: 976711B5057688B7
2 changed files with 1338 additions and 1112 deletions

View file

@ -18,13 +18,13 @@
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^11.0", "laravel/framework": "^12.0",
"laravel/sanctum": "^4.0", "laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8", "laravel/tinker": "^2.8",
"league/commonmark": "^2.4", "league/commonmark": "^2.4",
"lodash-php/lodash-php": "^0.09.0", "lodash-php/lodash-php": "^0.1.0",
"mnapoli/front-yaml": "^2.0", "mnapoli/front-yaml": "^2.0",
"nesbot/carbon": "^2.72", "nesbot/carbon": "^3.0",
"olegatro/html-sanitizer-relative": "^1.0", "olegatro/html-sanitizer-relative": "^1.0",
"rbdwllr/reallysimplejwt": "^5.0", "rbdwllr/reallysimplejwt": "^5.0",
"symfony/html-sanitizer": "^7.1", "symfony/html-sanitizer": "^7.1",
@ -37,7 +37,7 @@
"laravel/sail": "^1.18", "laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^8.1", "nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1", "phpunit/phpunit": "^11.0",
"spatie/laravel-ignition": "^2.0" "spatie/laravel-ignition": "^2.0"
}, },
"autoload": { "autoload": {

2442
composer.lock generated

File diff suppressed because it is too large Load diff