PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vallo Reima   PHP Application Packer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Application Packer
Create packages of project files for distribution
Author: By
Last change: Update composer.json

License to MIT
Date: 6 years ago
Size: 661 bytes
 

Contents

Class file image Download
{ "name": "vregistry/minify-obfuscate-zip", "type": "library", "description": "PackApp.php utility to create packages of project files for distribution by minifying, obfuscating, zipping the source code", "keywords": ["minify","minifier","minifying","minifier","obfuscate","obfuscator","obfuscating"], "homepage": "https://github.com/hareko/php-application-packer", "license": "MIT", "authors": [ { "name": "Vallo Reima", "email": "vallo@vregistry.com", "homepage": "http://vregistry.com", "role": "Developer" } ], "require": { "php": ">=5.4.0" } }