PHP Classes

File: vendor/sensio/generator-bundle/composer.json

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/generator-bundle/composer.json   Download  
File: vendor/sensio/generator-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: 905 bytes
 

Contents

Class file image Download
{ "name": "sensio/generator-bundle", "description": "This bundle generates code for you", "keywords": [], "type": "symfony-bundle", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "require": { "symfony/framework-bundle": "~2.7|~3.0", "symfony/console": "~2.7|~3.0", "symfony/process": "~2.7|~3.0", "symfony/yaml": "~2.7|~3.0" }, "require-dev": { "symfony/doctrine-bridge": "~2.7|~3.0", "doctrine/orm": "~2.4", "twig/twig": "~1.18" }, "autoload": { "psr-4": { "Sensio\\Bundle\\GeneratorBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } } }