Spaces:
Running
Running
| { | |
| "name": "laravel/laravel", | |
| "type": "project", | |
| "description": "The Laravel Framework.", | |
| "keywords": ["framework", "laravel"], | |
| "license": "MIT", | |
| "require": { | |
| "php": "^8.1", | |
| "bensampo/laravel-enum": "^6.11", | |
| "guzzlehttp/guzzle": "^7.2", | |
| "laravel/framework": "^10.0", | |
| "laravel/sanctum": "^3.2", | |
| "laravel/tinker": "^2.8", | |
| "laravelcollective/html": "^6.4", | |
| "masbug/flysystem-google-drive-ext": "^2.0", | |
| "nicolaslopezj/searchable": "^1.13", | |
| "spatie/laravel-permission": "6.0.0", | |
| "tymon/jwt-auth": "^2.1", | |
| "alextvirus/laravel-gmail": "^2.1" | |
| }, | |
| "require-dev": { | |
| "fakerphp/faker": "^1.9.1", | |
| "laravel/pint": "^1.0", | |
| "laravel/sail": "^1.18", | |
| "mockery/mockery": "^1.4.4", | |
| "nunomaduro/collision": "^7.0", | |
| "phpunit/phpunit": "^10.0", | |
| "spatie/laravel-ignition": "^2.0" | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "App\\": "app/", | |
| "Database\\Factories\\": "database/factories/", | |
| "Database\\Seeders\\": "database/seeders/" | |
| }, | |
| "files" : ["app/Helpers/CommonHelper.php"] | |
| }, | |
| "autoload-dev": { | |
| "psr-4": { | |
| "Tests\\": "tests/" | |
| } | |
| }, | |
| "scripts": { | |
| "post-autoload-dump": [ | |
| "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | |
| "@php artisan package:discover --ansi" | |
| ], | |
| "post-update-cmd": [ | |
| "@php artisan vendor:publish --tag=laravel-assets --ansi --force" | |
| ], | |
| "post-root-package-install": [ | |
| "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | |
| ], | |
| "post-create-project-cmd": [ | |
| "@php artisan key:generate --ansi" | |
| ] | |
| }, | |
| "extra": { | |
| "laravel": { | |
| "dont-discover": [] | |
| } | |
| }, | |
| "config": { | |
| "optimize-autoloader": true, | |
| "preferred-install": "dist", | |
| "sort-packages": true, | |
| "allow-plugins": { | |
| "pestphp/pest-plugin": true, | |
| "php-http/discovery": true | |
| } | |
| }, | |
| "minimum-stability": "stable", | |
| "prefer-stable": true | |
| } | |