Add faker package back

This commit is contained in:
Nabeel Shahzad
2018-08-20 13:22:42 -05:00
parent 25cead3288
commit 91a64113fb
2 changed files with 68 additions and 69 deletions

View File

@@ -6,7 +6,6 @@
"type": "project",
"minimum-stability": "stable",
"homepage": "http://www.phpvms.net",
"optimize-autoloader": true,
"require": {
"php": ">=7.1",
"laravel/framework": "^5.6",
@@ -15,6 +14,7 @@
"spatie/laravel-pjax": "1.3.x",
"league/geotools": "0.8.x",
"toin0u/geotools-laravel": "1.0.x",
"fzaninotto/faker": "^1.8",
"webpatser/laravel-uuid": "3.0.x",
"composer/semver": "1.4.x",
"hashids/hashids": "2.0.x",
@@ -46,7 +46,6 @@
"require-dev": {
"phpunit/phpunit": "~7.0",
"barryvdh/laravel-ide-helper": "2.4.x",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"filp/whoops": "~2.0",
"bpocallaghan/generators": "5.0.1",