Skip to content

Instantly share code, notes, and snippets.

@NandoKstroNet
Last active July 26, 2021 13:49
Show Gist options
  • Save NandoKstroNet/2c1444a7c85bfd549b79f6412f4918d1 to your computer and use it in GitHub Desktop.
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
{
"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