PHP Classes

File: vendor/sensio/framework-extra-bundle/composer.json

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/framework-extra-bundle/composer.json   Download  
File: vendor/sensio/framework-extra-bundle/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 1,001 bytes
 

Contents

Class file image Download
{ "name": "sensio/framework-extra-bundle", "description": "This bundle provides a way to configure your controllers with annotations", "keywords": ["annotations","controllers"], "type": "symfony-bundle", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "require": { "symfony/framework-bundle": "~2.3|~3.0", "doctrine/common": "~2.2" }, "require-dev": { "symfony/expression-language": "~2.4|~3.0", "symfony/security-bundle": "~2.4|~3.0" }, "suggest": { "symfony/psr-http-message-bridge": "To use the PSR-7 converters", "symfony/expression-language": "", "symfony/security-bundle": "" }, "autoload": { "psr-4": { "Sensio\\Bundle\\FrameworkExtraBundle\\": "" } }, "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "minimum-stability": "dev" }