Browse Source

Add faker to require-dev

Graham Campbell 9 years ago
parent
commit
4e4b2b8749
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -8,6 +8,7 @@
 		"laravel/framework": "5.1.*"
 	},
 	"require-dev": {
+		"fzaninotto/faker": "~1.4",
 		"mockery/mockery": "0.9.*",
 		"phpunit/phpunit": "~4.0",
 		"phpspec/phpspec": "~2.1"