|
1 | 1 | { |
2 | | - "name": "laravel/laravel", |
3 | | - "type": "project", |
4 | | - "description": "The Laravel Framework.", |
5 | | - "keywords": [ |
6 | | - "framework", |
7 | | - "laravel" |
8 | | - ], |
9 | | - "license": "MIT", |
10 | | - "require": { |
11 | | - "php": "^8.1", |
12 | | - "coduo/php-humanizer": "^4.0", |
13 | | - "guzzlehttp/guzzle": "^7.2", |
14 | | - "laravel/framework": "^9.19", |
15 | | - "laravel/jetstream": "^2.13", |
16 | | - "laravel/sanctum": "^3.0", |
17 | | - "laravel/tinker": "^2.7", |
18 | | - "league/uri": "^6.8", |
19 | | - "livewire/livewire": "^2.5", |
20 | | - "monicahq/laravel-cloudflare": "^3.3", |
21 | | - "spatie/laravel-settings": "^2.6" |
22 | | - }, |
23 | | - "require-dev": { |
24 | | - "barryvdh/laravel-ide-helper": "^2.12", |
25 | | - "driftingly/rector-laravel": "^0.14.1", |
26 | | - "fakerphp/faker": "^1.9.1", |
27 | | - "laravel/pint": "^1.0", |
28 | | - "laravel/sail": "^1.0.1", |
29 | | - "mockery/mockery": "^1.4.4", |
30 | | - "nunomaduro/collision": "^6.1", |
31 | | - "nunomaduro/larastan": "^2.0", |
32 | | - "phpstan/phpstan": "^1.9", |
33 | | - "phpunit/phpunit": "^9.5.10", |
34 | | - "rector/rector": "^0.15.1", |
35 | | - "spatie/laravel-ignition": "^1.0" |
36 | | - }, |
37 | | - "autoload": { |
38 | | - "psr-4": { |
39 | | - "App\\": "app/", |
40 | | - "Database\\Factories\\": "database/factories/", |
41 | | - "Database\\Seeders\\": "database/seeders/" |
42 | | - } |
43 | | - }, |
44 | | - "autoload-dev": { |
45 | | - "psr-4": { |
46 | | - "Tests\\": "tests/" |
47 | | - } |
48 | | - }, |
49 | | - "scripts": { |
50 | | - "post-autoload-dump": [ |
51 | | - "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", |
52 | | - "@php artisan package:discover --ansi" |
| 2 | + "name": "laravel/laravel", |
| 3 | + "type": "project", |
| 4 | + "description": "The Laravel Framework.", |
| 5 | + "keywords": [ |
| 6 | + "framework", |
| 7 | + "laravel" |
53 | 8 | ], |
54 | | - "post-update-cmd": [ |
55 | | - "@php artisan vendor:publish --tag=laravel-assets --ansi --force" |
56 | | - ], |
57 | | - "post-root-package-install": [ |
58 | | - "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
59 | | - ], |
60 | | - "post-create-project-cmd": [ |
61 | | - "@php artisan key:generate --ansi" |
62 | | - ], |
63 | | - "pint": "@php vendor/bin/pint -v", |
64 | | - "test-pint": "@php vendor/bin/pint -v --test", |
65 | | - "test": "@php artisan test", |
66 | | - "rector": "@php vendor/bin/rector", |
67 | | - "phpstan": "@php vendor/bin/phpstan analyse", |
68 | | - "phpstan-baseline": "@php vendor/bin/phpstan analyse --generate-baseline --allow-empty-baseline", |
69 | | - "meta": [ |
70 | | - "@php artisan ide-helper:generate", |
71 | | - "@php artisan ide-helper:meta", |
72 | | - "@php artisan ide-helper:models --write-mixin --reset --phpstorm-noinspections" |
73 | | - ] |
74 | | - }, |
75 | | - "extra": { |
76 | | - "laravel": { |
77 | | - "dont-discover": [ |
78 | | - "laravel/fortify" |
79 | | - ] |
80 | | - } |
81 | | - }, |
82 | | - "config": { |
83 | | - "optimize-autoloader": true, |
84 | | - "preferred-install": "dist", |
85 | | - "sort-packages": true, |
86 | | - "allow-plugins": { |
87 | | - "pestphp/pest-plugin": true |
88 | | - } |
89 | | - }, |
90 | | - "minimum-stability": "dev", |
91 | | - "prefer-stable": true |
| 9 | + "license": "MIT", |
| 10 | + "require": { |
| 11 | + "php": "^8.1", |
| 12 | + "coduo/php-humanizer": "^4.0", |
| 13 | + "guzzlehttp/guzzle": "^7.2", |
| 14 | + "laravel/framework": "^9.19", |
| 15 | + "laravel/jetstream": "^2.13", |
| 16 | + "laravel/sanctum": "^3.0", |
| 17 | + "laravel/tinker": "^2.7", |
| 18 | + "league/uri": "^6.8", |
| 19 | + "livewire/livewire": "^2.5", |
| 20 | + "monicahq/laravel-cloudflare": "^3.3", |
| 21 | + "spatie/laravel-settings": "^2.6" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "barryvdh/laravel-ide-helper": "^2.12", |
| 25 | + "driftingly/rector-laravel": "^0.14.1", |
| 26 | + "fakerphp/faker": "^1.9.1", |
| 27 | + "laravel/pint": "^1.0", |
| 28 | + "laravel/sail": "^1.0.1", |
| 29 | + "mockery/mockery": "^1.4.4", |
| 30 | + "nunomaduro/collision": "^6.1", |
| 31 | + "nunomaduro/larastan": "^2.0", |
| 32 | + "phpstan/phpstan": "^1.9", |
| 33 | + "phpunit/phpunit": "^9.5.10", |
| 34 | + "rector/rector": "^0.15.1", |
| 35 | + "spatie/laravel-ignition": "^1.0" |
| 36 | + }, |
| 37 | + "autoload": { |
| 38 | + "psr-4": { |
| 39 | + "App\\": "app/", |
| 40 | + "Database\\Factories\\": "database/factories/", |
| 41 | + "Database\\Seeders\\": "database/seeders/" |
| 42 | + } |
| 43 | + }, |
| 44 | + "autoload-dev": { |
| 45 | + "psr-4": { |
| 46 | + "Tests\\": "tests/" |
| 47 | + } |
| 48 | + }, |
| 49 | + "scripts": { |
| 50 | + "post-autoload-dump": [ |
| 51 | + "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", |
| 52 | + "@php artisan package:discover --ansi" |
| 53 | + ], |
| 54 | + "post-update-cmd": [ |
| 55 | + "@php artisan vendor:publish --tag=laravel-assets --ansi --force" |
| 56 | + ], |
| 57 | + "post-root-package-install": [ |
| 58 | + "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
| 59 | + ], |
| 60 | + "post-create-project-cmd": [ |
| 61 | + "@php artisan key:generate --ansi" |
| 62 | + ], |
| 63 | + "pint": "@php vendor/bin/pint -v", |
| 64 | + "test-pint": "@php vendor/bin/pint -v --test", |
| 65 | + "test": "@php artisan test", |
| 66 | + "rector": "@php vendor/bin/rector", |
| 67 | + "phpstan": "@php vendor/bin/phpstan analyse", |
| 68 | + "phpstan-baseline": "@php vendor/bin/phpstan analyse --generate-baseline --allow-empty-baseline", |
| 69 | + "meta": [ |
| 70 | + "@php artisan ide-helper:generate", |
| 71 | + "@php artisan ide-helper:meta", |
| 72 | + "@php artisan ide-helper:models --write-mixin --reset --phpstorm-noinspections" |
| 73 | + ] |
| 74 | + }, |
| 75 | + "extra": { |
| 76 | + "laravel": { |
| 77 | + "dont-discover": [ |
| 78 | + "laravel/fortify" |
| 79 | + ] |
| 80 | + } |
| 81 | + }, |
| 82 | + "config": { |
| 83 | + "optimize-autoloader": true, |
| 84 | + "preferred-install": "dist", |
| 85 | + "sort-packages": true, |
| 86 | + "allow-plugins": { |
| 87 | + "pestphp/pest-plugin": true |
| 88 | + } |
| 89 | + }, |
| 90 | + "minimum-stability": "dev", |
| 91 | + "prefer-stable": true |
92 | 92 | } |
0 commit comments