laravel 12 upgrade (#586)

* laravel 12 upgrade

* upgrade scribe to v5

* fix lint
This commit is contained in:
Saeed Vaziry
2025-04-21 21:56:53 +02:00
committed by GitHub
parent 76059aff3c
commit 6eb88c7c6e
52 changed files with 19140 additions and 26710 deletions

View File

@ -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"
},