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:
parent
3ae9dbea00
commit
47dfdbb7fc
2 changed files with 1338 additions and 1112 deletions
|
@ -18,13 +18,13 @@
|
|||
"require": {
|
||||
"php": "^8.2",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"laravel/framework": "^11.0",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/sanctum": "^4.0",
|
||||
"laravel/tinker": "^2.8",
|
||||
"league/commonmark": "^2.4",
|
||||
"lodash-php/lodash-php": "^0.09.0",
|
||||
"lodash-php/lodash-php": "^0.1.0",
|
||||
"mnapoli/front-yaml": "^2.0",
|
||||
"nesbot/carbon": "^2.72",
|
||||
"nesbot/carbon": "^3.0",
|
||||
"olegatro/html-sanitizer-relative": "^1.0",
|
||||
"rbdwllr/reallysimplejwt": "^5.0",
|
||||
"symfony/html-sanitizer": "^7.1",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"laravel/sail": "^1.18",
|
||||
"mockery/mockery": "^1.4.4",
|
||||
"nunomaduro/collision": "^8.1",
|
||||
"phpunit/phpunit": "^10.1",
|
||||
"phpunit/phpunit": "^11.0",
|
||||
"spatie/laravel-ignition": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
2442
composer.lock
generated
2442
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue