From b46546864c962d11bd369632ceb7a7e36b03c6b4 Mon Sep 17 00:00:00 2001 From: Moreau Elise <moreau.elise13@gmail.com> Date: Sun, 25 Oct 2020 18:08:20 +0100 Subject: [PATCH] add lib faker with composer --- composer.json | 1 + composer.lock | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5e9a9c..5191752 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "php": "^7.2", "ext-json": "*", "doctrine/orm": "^2.7", + "fzaninotto/faker": "^1.9", "monolog/monolog": "^2.1", "php-di/php-di": "^6.2", "slim/flash": "^0.4.0", diff --git a/composer.lock b/composer.lock index 010db60..8445905 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": "f987a2008db776ca427aaa7be93e9c2b", + "content-hash": "979822e29fb9f62ab71b8f0c26ce8bb3", "packages": [ { "name": "doctrine/annotations", @@ -1093,6 +1093,56 @@ ], "time": "2020-02-05T20:36:27+00:00" }, + { + "name": "fzaninotto/faker", + "version": "v1.9.1", + "source": { + "type": "git", + "url": "https://github.com/fzaninotto/Faker.git", + "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f", + "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "ext-intl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7", + "squizlabs/php_codesniffer": "^2.9.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-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": "2019-12-12T13:22:17+00:00" + }, { "name": "monolog/monolog", "version": "2.1.1", -- GitLab