{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "require": { "php": ">=7.0.0", "laravel/framework": "5.5.*", "webpatser/laravel-uuid": "^2.0", "netshell/paypal": "dev-master", "guzzlehttp/guzzle": "^6.3", "google/recaptcha": "~1.1", "spatie/laravel-analytics": "^2.0", "league/flysystem-sftp": "^1.0", "aws/aws-sdk-php": "~3.0" }, "require-dev": { "filp/whoops": "~2.0", "fzaninotto/faker": "~1.4", "mockery/mockery": "~1.0", "phpunit/phpunit": "~6.0" }, "autoload": { "classmap": [ "database" ], "psr-4": { "App\\": "app/" }, "files": [ "app/helpers.php" ] }, "autoload-dev": { "classmap": [ "tests/TestCase.php" ] }, "scripts": { "post-install-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-update-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-create-project-cmd": [ "php -r \"copy('.env.example', '.env');\"", "php artisan key:generate" ] }, "config": { "preferred-install": "dist", "allow-plugins": { "kylekatarnls/update-helper": true } } }