PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Insolita   Yii2 Muffin Factory   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Muffin Factory
Create objects with factories and fixtures
Author: By
Last change:
Date: 1 year ago
Size: 1,072 bytes
 

Contents

Class file image Download
{ "name": "insolita/yii2-muffin-factory" , "description": "Port of laravel factory" , "type": "yii2-extension" , "keywords": [ "yii2", "seed", "testing", "fixtures", "database"] , "license": "MIT" , "authors": [ { "name": "insolita" , "email": "webmaster100500@ya.ru" } ] , "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ], "require": { "php": ">=7.2" , "yiisoft/yii2": ">=2.0.14", "fakerphp/faker": "~1.9|~1.10" } , "require-dev": { "phpunit/phpunit": "~6.0|~7.0|~8.0|~9.0" , "codeception/verify": "~1.0.0" , "codeception/specify": "~1.0" } , "suggest": { } , "autoload": { "psr-4": { "insolita\\muffin\\": "src/", "tests\\":"tests/" }, "files": [ "src/helpers.php" ] }, "config": { "process-timeout": 1800 } }