diff --git a/composer.json b/composer.json index b589cbf6d..dd039e1a6 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "maximebf/debugbar": "~1.10" }, "require-dev": { - "codeception/codeception": "^2.1" + "codeception/codeception": "^2.1", + "fzaninotto/faker": "^1.5" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index 5005738d3..2e4ff147c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "e92757edea0feef42b9c977f361a416b", - "content-hash": "04a1a37a94c0a40c2273a893428149aa", + "hash": "45fa92583e2c260da0b33a82c4143783", + "content-hash": "9f85f8360b671ee99a393f2d64dc39e1", "packages": [ { "name": "doctrine/cache", @@ -1314,6 +1314,58 @@ ], "time": "2015-12-31 15:58:49" }, + { + "name": "fzaninotto/faker", + "version": "v1.5.0", + "source": { + "type": "git", + "url": "https://github.com/fzaninotto/Faker.git", + "reference": "d0190b156bcca848d401fb80f31f504f37141c8d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d", + "reference": "d0190b156bcca848d401fb80f31f504f37141c8d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "suggest": { + "ext-intl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5.x-dev" + } + }, + "autoload": { + "psr-4": { + "Faker\\": "src/Faker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "François Zaninotto" + } + ], + "description": "Faker is a PHP library that generates fake data for you.", + "keywords": [ + "data", + "faker", + "fixtures" + ], + "time": "2015-05-29 06:29:14" + }, { "name": "guzzlehttp/guzzle", "version": "6.1.1",