PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages 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: 17/09
2.0 2022-01-03
1.9 2020-08-12
1.8 2020-08-12
1.7 2020-04-09
Date: 7 months ago
Size: 912 bytes
 

Contents

Class file image Download
{ "name": "eftec/chaosmachineone", "description": "A Chaos Machine for PHP", "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": ">=7.2", "composer/installers": "^2.2.0", "eftec/minilang": "^2.27", "ext-ctype": "*", "eftec/pdoone": "3.12.2", "ext-pdo": "*" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { "eftec\\": "vendor/eftec/", "eftec\\chaosmachineone\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "config": { "allow-plugins": { "composer/installers": true } } }