PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Insolita   PHP Faker Provider   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Faker Provider
Provide fake data to test shopping pages
Author: By
Last change:
Date: 2 years ago
Size: 475 bytes
 

Contents

Class file image Download
{ "name": "insolita/fakerprovider", "description": "Faker Provider for Russian Shop - product titles, models, materials,units,sizes, categories, attributes, trademarks", "type": "library", "keywords": ["faker"], "license": "MIT", "authors": [ { "name": "insolita" } ], "require": { "fzaninotto/faker": "~1.0" }, "autoload": { "psr-4": { "insolita\\faker\\": "" } } }