1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "minimum-stability": "stable",
- "name": "symfony/framework-standard-edition",
- "description": "The \"Symfony Standard Edition\" distribution",
- "autoload": {
- "psr-0": { "": "src/" }
- },
- "require": {
- "php": ">=5.3.3",
- "symfony/symfony": "2.1.8",
- "doctrine/orm": ">=2.2.3,<2.5-dev",
- "doctrine/doctrine-bundle": "1.1.*",
- "twig/extensions": "1.0.*@dev",
- "symfony/assetic-bundle": "2.1.*",
- "symfony/swiftmailer-bundle": "2.1.*",
- "symfony/monolog-bundle": "2.1.*",
- "sensio/distribution-bundle": "2.1.*",
- "sensio/framework-extra-bundle": "2.1.*",
- "sensio/generator-bundle": "2.1.*",
- "jms/security-extra-bundle": "1.2.*",
- "jms/di-extra-bundle": "1.1.*",
- "kriswallsmith/assetic": "1.1.*@dev",
-
- "friendsofsymfony/user-bundle": "v1.3.1",
- "doctrine/data-fixtures" : "dev-master",
- "doctrine/doctrine-fixtures-bundle": "dev-master",
- "stof/doctrine-extensions-bundle": "dev-master",
- "gregwar/image-bundle": "dev-master",
- "cedriclombardot/admingenerator-generator-bundle": "2.1.*@dev",
- "cedriclombardot/twig-generator": "dev-master",
- "white-october/pagerfanta-bundle": "2.1.*@dev",
- "pagerfanta/pagerfanta": "1.0.*@dev",
- "shtumi/useful-bundle": "dev-master",
- "sonata-project/doctrine-orm-admin-bundle": "2.1.*@dev",
- "sonata-project/admin-bundle": "2.1.*@dev",
- "sonata-project/jquery-bundle": "1.8.*@dev",
- "sonata-project/block-bundle": "2.1.*@dev",
- "friendsofsymfony/facebook-bundle": "dev-master"
- },
- "scripts": {
- "post-install-cmd": [
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
- ],
- "post-update-cmd": [
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
- "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
- ]
- },
- "extra": {
- "symfony-app-dir": "app",
- "symfony-web-dir": "web",
- "branch-alias": {
- "dev-master": "2.1-dev"
- }
- }
- }
|