Created
January 11, 2020 17:52
-
-
Save artemrogov/90d95eadd98a707ad348361d22068d97 to your computer and use it in GitHub Desktop.
Laravel and Passport 6/8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "laravel/laravel", | |
"type": "project", | |
"description": "The Laravel Framework.", | |
"keywords": [ | |
"framework", | |
"laravel" | |
], | |
"license": "MIT", | |
"require": { | |
"php": "^7.2", | |
"fideloper/proxy": "^4.0", | |
"laravel/framework": "^6.2", | |
"laravel/passport": "^8.2", | |
"laravel/tinker": "^2.0" | |
}, | |
"require-dev": { | |
"facade/ignition": "^1.4", | |
"fzaninotto/faker": "^1.4", | |
"laravel/ui": "^1.1", | |
"mockery/mockery": "^1.0", | |
"nunomaduro/collision": "^3.0", | |
"phpunit/phpunit": "^8.0" | |
}, | |
"config": { | |
"optimize-autoloader": true, | |
"preferred-install": "dist", | |
"sort-packages": true | |
}, | |
"extra": { | |
"laravel": { | |
"dont-discover": [] | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"App\\": "app/" | |
}, | |
"classmap": [ | |
"database/seeds", | |
"database/factories" | |
] | |
}, | |
"autoload-dev": { | |
"psr-4": { | |
"Tests\\": "tests/" | |
} | |
}, | |
"minimum-stability": "dev", | |
"prefer-stable": true, | |
"scripts": { | |
"post-autoload-dump": [ | |
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | |
"@php artisan package:discover --ansi" | |
], | |
"post-root-package-install": [ | |
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | |
], | |
"post-create-project-cmd": [ | |
"@php artisan key:generate --ansi" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Инструкция по обновлению фреймворка Laravel:
Инструкция
Инструкция по обновлению jwt Passport:
jwt Passport