PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/composer.json

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/composer.json   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/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,668 bytes
 

Contents

Class file image Download
{ "name": "symfony/security-bundle", "type": "symfony-bundle", "description": "Symfony SecurityBundle", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=5.3.9", "symfony/security": "~2.8|~3.0.0", "symfony/security-acl": "~2.7|~3.0.0", "symfony/http-kernel": "~2.2|~3.0.0", "symfony/polyfill-php70": "~1.0" }, "require-dev": { "symfony/browser-kit": "~2.4|~3.0.0", "symfony/console": "~2.7|~3.0.0", "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0", "symfony/form": "~2.8", "symfony/framework-bundle": "~2.8", "symfony/http-foundation": "~2.4|~3.0.0", "symfony/twig-bundle": "~2.7|~3.0.0", "symfony/twig-bridge": "~2.7|~3.0.0", "symfony/process": "~2.0,>=2.0.5|~3.0.0", "symfony/validator": "~2.5|~3.0.0", "symfony/yaml": "~2.0,>=2.0.5|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "doctrine/doctrine-bundle": "~1.2", "twig/twig": "~1.23|~2.0" }, "autoload": { "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "2.8-dev" } } }