PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alex Lushpai   PHP Inline Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inline Class
Combine several classes into a single PHP file
Author: By
Last change: Update of composer.json
Date: 7 months ago
Size: 856 bytes
 

Contents

Class file image Download
{ "name": "gwinn/inliner", "description": "Inline all classes from path to single file", "type": "tool", "keywords": ["tool", "file", "converter"], "homepage": "http://github.com/gwinn/inliner", "authors": [ { "name": "Alex Lushpai", "email": "lushpai@gmail.com", "role": "Developer" } ], "support": { "email": "lushpai@gmail.com" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "3.7.*", "phpmd/phpmd": "2.1.*", "squizlabs/php_codesniffer": "1.5.5", "sebastian/phpcpd": "2.0.*", "sebastian/phpdcd": "1.0.*" }, "autoload": { "psr-0": { "": "src/"} }, "minimum-stability": "dev", "config": { "bin-dir": "bin", "process-timeout": 600 } }