mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-09 01:42:35 +00:00
laravel 12 upgrade (#586)
* laravel 12 upgrade * upgrade scribe to v5 * fix lint
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
"aws/aws-sdk-php": "^3.158",
|
||||
"filament/filament": "^3.2",
|
||||
"laravel/fortify": "^1.17",
|
||||
"laravel/framework": "^11.0",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/sanctum": "^4.0",
|
||||
"laravel/tinker": "^2.8",
|
||||
"mobiledetect/mobiledetectlib": "^4.8",
|
||||
@ -23,14 +23,14 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
"knuckleswtf/scribe": "^4.37",
|
||||
"knuckleswtf/scribe": "^5.0",
|
||||
"laradumps/laradumps": "^3.0",
|
||||
"larastan/larastan": "^3.1",
|
||||
"laravel/pint": "^1.10",
|
||||
"laravel/sail": "^1.18",
|
||||
"mockery/mockery": "^1.4.4",
|
||||
"nunomaduro/collision": "^8.1",
|
||||
"phpunit/phpunit": "^10.0",
|
||||
"phpunit/phpunit": "^11.0",
|
||||
"rector/rector": "^2.0",
|
||||
"spatie/laravel-ignition": "^2.0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user