add fractal and guzzle as dependencies

This commit is contained in:
2017-05-13 11:05:46 -04:00
parent a00013f570
commit c76351ae5b
4 changed files with 327 additions and 230 deletions

View File

@@ -5,7 +5,9 @@
"php": ">=5.6.4",
"laravel/lumen-framework": "5.4.*",
"vlucas/phpdotenv": "~2.2",
"predis/predis": "^1.1"
"predis/predis": "^1.1",
"guzzlehttp/guzzle": "^6.2",
"league/fractal": "^0.16.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",