|
5 | 5 | "keywords": [], |
6 | 6 | "license": "MIT", |
7 | 7 | "require": { |
8 | | - "php": "^8.2", |
9 | | - "laravel/framework": "^12.25", |
10 | | - "laravel/tinker": "^2.10.1", |
11 | | - "laravel/ui": "^4.6", |
12 | | - "league/flysystem-aws-s3-v3": "^3.0" |
| 8 | + "php": "^8.0", |
| 9 | + "doctrine/dbal": "^3.0", |
| 10 | + "fideloper/proxy": "^4.4", |
| 11 | + "fruitcake/laravel-cors": "^2.0", |
| 12 | + "guzzlehttp/guzzle": "^7.0.1", |
| 13 | + "laravel/framework": "^8.47", |
| 14 | + "laravel/tinker": "^2.5", |
| 15 | + "laravel/ui": "^3.2" |
13 | 16 | }, |
14 | 17 | "require-dev": { |
15 | | - "mockery/mockery": "^1.6", |
16 | | - "nunomaduro/collision": "^8.6", |
17 | | - "phpunit/phpunit": "^11.5.3", |
18 | | - "fakerphp/faker": "^1.23", |
19 | | - "laravel/pail": "^1.2.2" |
| 18 | + "mockery/mockery": "^1.4.2", |
| 19 | + "nunomaduro/collision": "^5.0", |
| 20 | + "phpunit/phpunit": "^9.3.3", |
| 21 | + "fakerphp/faker": "^1.9.1", |
| 22 | + "facade/ignition": "^2.5" |
20 | 23 | }, |
21 | 24 | "config": { |
22 | 25 | "optimize-autoloader": true, |
|
40 | 43 | "Tests\\": "tests/" |
41 | 44 | } |
42 | 45 | }, |
43 | | - "minimum-stability": "stable", |
| 46 | + "minimum-stability": "dev", |
44 | 47 | "prefer-stable": true, |
45 | 48 | "scripts": { |
46 | 49 | "post-autoload-dump": [ |
|
52 | 55 | ], |
53 | 56 | "post-create-project-cmd": [ |
54 | 57 | "@php artisan key:generate --ansi" |
55 | | - ], |
56 | | - "post-update-cmd": [ |
57 | | - "@php artisan vendor:publish --tag=laravel-assets --ansi --force" |
58 | | - ], |
59 | | - "dev": [ |
60 | | - "Composer\\Config::disableProcessTimeout", |
61 | | - "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" |
62 | 58 | ] |
63 | 59 | } |
64 | 60 | } |
0 commit comments