Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit f343a90

Browse files
committed
Added Faker
1 parent 57a4dbd commit f343a90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Plus:
2828
- [Security-Checker](https://github.com/sensiolabs/security-checker): Checks if your application uses dependencies with known security vulnerabilities
2929
- [Behat](https://github.com/Behat/Behat): BDD (Behavior Driven Development) framework
3030
- [Mockery](https://github.com/padraic/mockery): Simple yet flexible PHP mock object framework
31+
- [Faker](https://github.com/fzaninotto/Faker): Generates fake data for you
3132

3233
Suggest install:
3334

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"sensiolabs/security-checker": "@stable",
2424
"squizlabs/php_codesniffer": "@stable",
2525
"mockery/mockery": "@stable",
26+
"fzaninotto/faker": "@stable",
2627
"twig/twig": ">1.20.0"
2728
},
2829
"suggest": {

0 commit comments

Comments
 (0)