PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Espinosa   Silex YAML Configuration Service Provider   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex YAML Configuration Service Provider
Load and parse YAML configuration files for Silex
Author: By
Last change:
Date: 8 years ago
Size: 568 bytes
 

Contents

Class file image Download
{ "name": "fluency/silex-yamlconfigserviceprovider", "description": "Yaml config service provider for Silex web micro framework", "license": "MIT", "authors": [ { "name": "Rafael Ernesto Espinosa Santiesteban", "email": "ralphlnx@gmail.com" } ], "autoload" : { "psr-4" : { "Fluency\\": "src/" } }, "minimum-stability": "stable", "require": { "php": ">=5.3.3", "symfony/yaml": "~2.6" }, "require-dev":{ "silex/silex": "~1.2" } }