Last active
July 26, 2021 13:49
-
-
Save NandoKstroNet/2c1444a7c85bfd549b79f6412f4918d1 to your computer and use it in GitHub Desktop.
Requirements Laravel 8 - para facilitar a migração no tutorial do canal http://youtube.com/CodeExpertsLearning
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
{ | |
"require": { | |
"php": "^7.3", | |
"fideloper/proxy": "^4.0", | |
"guzzlehttp/guzzle": "^7.0.1", | |
"laravel/framework": "^8.0", | |
"laravel/legacy-factories": "^1.1", | |
"laravel/tinker": "^2.0", | |
"laravel/ui": "^3.0" | |
}, | |
"require-dev": { | |
"beyondcode/laravel-dump-server": "^1.0", | |
"filp/whoops": "^2.0", | |
"fzaninotto/faker": "^1.4", | |
"mockery/mockery": "^1.0", | |
"nunomaduro/collision": "^5.0", | |
"phpunit/phpunit": "^9.0", | |
"facade/ignition": "^2.3.6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment