11{
2+ "$schema" : " https://getcomposer.org/schema.json" ,
23 "name" : " laravel/laravel" ,
34 "type" : " project" ,
45 "description" : " The skeleton application for the Laravel framework." ,
5- "keywords" : [" laravel" , " framework" ],
6+ "keywords" : [
7+ " laravel" ,
8+ " framework"
9+ ],
610 "license" : " MIT" ,
711 "require" : {
812 "php" : " ^8.2" ,
9- "laravel/framework" : " ^11.9 " ,
10- "laravel/tinker" : " ^2.9 "
13+ "laravel/framework" : " ^12.0 " ,
14+ "laravel/tinker" : " ^2.10.1 "
1115 },
1216 "require-dev" : {
1317 "fakerphp/faker" : " ^1.23" ,
18+ "laravel/pail" : " ^1.2.2" ,
1419 "laravel/pint" : " ^1.13" ,
15- "laravel/sail" : " ^1.26 " ,
20+ "laravel/sail" : " ^1.41 " ,
1621 "mockery/mockery" : " ^1.6" ,
17- "nunomaduro/collision" : " ^8.0" ,
18- "phpunit/phpunit" : " ^11.0.1"
22+ "nunomaduro/collision" : " ^8.6" ,
23+ "pestphp/pest" : " ^3.8" ,
24+ "pestphp/pest-plugin-laravel" : " ^3.2"
1925 },
2026 "autoload" : {
2127 "psr-4" : {
4450 " @php artisan key:generate --ansi" ,
4551 " @php -r \" file_exists('database/database.sqlite') || touch('database/database.sqlite');\" " ,
4652 " @php artisan migrate --graceful --ansi"
53+ ],
54+ "dev" : [
55+ " Composer\\ Config::disableProcessTimeout" ,
56+ " npx concurrently -c \" #93c5fd,#c4b5fd,#fb7185,#fdba74\" \" php artisan serve\" \" php artisan queue:listen --tries=1\" \" php artisan pail --timeout=0\" \" npm run dev\" --names=server,queue,logs,vite"
57+ ],
58+ "test" : [
59+ " @php artisan config:clear --ansi" ,
60+ " @php artisan test"
4761 ]
4862 },
4963 "extra" : {
6276 },
6377 "minimum-stability" : " stable" ,
6478 "prefer-stable" : true
65- }
79+ }
0 commit comments