PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Chaos Machine One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chaos Machine One
Generate random data that obeys to formulas
Author: By
Last change: 1.5
1.5
1.5
1.4
1.3
Date: 4 years ago
Size: 971 bytes
 

Contents

Class file image Download
{ "name": "eftec/chaosmachineone", "description": "A Chaos Machine for PHP", "version": "1.5", "type": "library", "keywords": [ "php" ,"chaosmachine", "database" ], "homepage": "https://github.com/EFTEC/ChaosMachineOne", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "minimum-stability": "beta", "license": "LGPL-3.0", "require": { "php": ">=5.6", "composer/installers": "^1.6", "eftec/minilang": "^2.0", "ext-ctype": "*", "eftec/pdoone": "^1.5", "ext-pdo": "*" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^7.5.1" }, "autoload": { "psr-4": { "eftec\\": "vendor/eftec/", "eftec\\chaosmachineone\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } } }