PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nicola Pietroluongo   Fakerino   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Fakerino
Generate fake names and other types of fake data
Author: By
Last change: Updating symfony yaml component to allow 2.0 or 3.0
Date: 7 years ago
Size: 1,310 bytes
 

Contents

Class file image Download
{ "name": "fakerino/fakerino", "description": "Faker framework, for generate every kind of fake data for test, database seed, mock responses, other", "keywords": ["faker", "fake", "generator", "data", "seed", "fixtures", "test", "database"], "homepage": "http://github.com/niklongstone/fakerino", "type": "library", "license": "MIT", "authors": [ { "name": "Nicola Pietroluongo", "email": "nik.longstone@gmail.com", "homepage": "http://nicolapietroluongo.com" } ], "require": { "php": ">=5.3.0", "doctrine/dbal": "~2.5", "twig/twig": "~1.0", "niklongstone/regex-reverse": "~0.4", "symfony/yaml": "~2.0|~3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "autoload": { "psr-4": { "Fakerino\\": "src/Fakerino/" } }, "autoload-dev": { "psr-4": { "Fakerino\\Test\\": "tests/Fakerino/", "Fakerino\\Test\\Fixtures\\": "tests/Fakerino/Test/Fixtures" } }, "config": { "bin-dir": "bin" }, "bin": ["app/fake"], "scripts": { "post-install-cmd": "build/ods", "post-update-cmd": "build/ods", "post-create-project-cmd" : "build/ods" } }