PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Omar Andrés Barbosa Ortiz   PHP Global Class Functions Hack Pack   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Global Class Functions Hack Pack
Generate functions to call given class objects
Author: By
Last change: Change license MIT license
Date: 6 years ago
Size: 718 bytes
 

Contents

Class file image Download
{ "name": "barbosa/hackpack", "description": "Invoking objects in function style", "type": "library", "version": "0.1", "license": "MIT", "keywords": ["hack", "dependencies", "services", "function style"], "authors": [ { "name": "Omar A. Barbosa", "email": "contacto@omarbarbosa.com", "homepage": "http://omarbarbosa.com/" } ], "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "5.*" }, "autoload": { "psr-4": { "Barbosa\\HackPack\\": "src" } }, "autoload-dev": { "psr-4": { "Barbosa\\HackPack\\": "tests" } } }