PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Espinosa   Silex Enhanced   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex Enhanced
Silex with custom services providers.
Author: By
Last change: Frontend dependencies managed with bower.
Date: 8 years ago
Size: 1,201 bytes
 

Contents

Class file image Download
{ "name": "fluency/silex-enhanced-skeleton", "description": "Silex enhanced with custom service providers.", "keywords": [ "Silex", "Symfony2", "frameworks", "application", "skeleton" ], "license": "MIT", "authors": [ { "name": "Rafael Ernesto Espinosa Santiesteban", "email": "rernesto@fluency.com" } ], "autoload" : { "psr-4" : { "Fluency\\": "src/" } }, "minimum-stability": "stable", "require": { "php": ">=5.3.3", "fluency/silex-enhanced": "~0.7", "fluency/obfuscator": "~0.8", "leafo/lessphp": "~0.4.0", "leafo/scssphp" : "~0.1" }, "require-dev":{ "phpunit/phpunit": "~4.5", "squizlabs/php_codesniffer": "~2.0" }, "config": { "bin-dir": "bin", "component-dir": "web/assets", "github-protocols": ["https", "http", "ssh", "git"] }, "scripts": { "post-update-cmd": "Fluency\\Silex\\Composer\\ScriptHandler::assetsInstall" }, "extra": { "app-dir": "app", "web-dir": "web", "var-dir": "var", "assets-install": "symlink" } }