PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox Hydrate   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox Hydrate
Popular object variables from array data
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 628 bytes
 

Contents

Class file image Download
{ "name": "redbox/hydrate", "description": " ", "keywords": [], "type": "library", "license": "MIT", "authors": [ { "name": "Johnny Mast", "email": "mastjohnny@gmail.com", "homepage": "https://github.com/johnnymast", "role": "lead" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "~4.6" }, "autoload": { "files": ["src/helpers/Hydrator.php"], "psr-4": { "Redbox\\Hydrate\\": "src/" } }, "autoload-dev": { "psr-4": { "Redbox\\Hydrate\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit" } }