From 97fc0da962127b2cd68189222b360f6be7379e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Schaeffer?= Date: Tue, 19 Feb 2019 15:37:55 +0100 Subject: [PATCH] readd faker --- composer.json | 5 +++-- composer.lock | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++- symfony.lock | 3 +++ 3 files changed, 57 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d4e4a12..daf707a 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,8 @@ "php": "^7.1.3", "ext-ctype": "*", "ext-iconv": "*", + "doctrine/doctrine-fixtures-bundle": "^3.1", + "fzaninotto/faker": "^1.8", "ramsey/uuid": "^3.8", "sensio/framework-extra-bundle": "^5.1", "symfony/asset": "4.2.*", @@ -24,8 +26,7 @@ "symfony/twig-bundle": "4.2.*", "symfony/validator": "4.2.*", "symfony/web-link": "4.2.*", - "symfony/yaml": "4.2.*", - "doctrine/doctrine-fixtures-bundle": "^3.1" + "symfony/yaml": "4.2.*" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "^3.1", diff --git a/composer.lock b/composer.lock index 3711934..627bdcb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1cb951eca053efd9b460c851f87f2ddc", + "content-hash": "6511780102644975d00af6e1f2eb52db", "packages": [ { "name": "doctrine/annotations", @@ -1424,6 +1424,56 @@ ], "time": "2016-10-17T18:31:11+00:00" }, + { + "name": "fzaninotto/faker", + "version": "v1.8.0", + "source": { + "type": "git", + "url": "https://github.com/fzaninotto/Faker.git", + "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", + "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "ext-intl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7", + "squizlabs/php_codesniffer": "^1.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-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": "2018-07-12T10:23:15+00:00" + }, { "name": "jdorn/sql-formatter", "version": "v1.2.17", diff --git a/symfony.lock b/symfony.lock index ce00caf..b59d377 100644 --- a/symfony.lock +++ b/symfony.lock @@ -98,6 +98,9 @@ "fig/link-util": { "version": "1.0.0" }, + "fzaninotto/faker": { + "version": "v1.8.0" + }, "jdorn/sql-formatter": { "version": "v1.2.17" },