12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "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": "v2.2.4",
- "doctrine/orm": "2.3.4",
- "doctrine/doctrine-bundle": "v1.2.0",
- "twig/extensions": "1.0.*@dev",
- "symfony/assetic-bundle": "v2.3.0",
- "symfony/swiftmailer-bundle": "v2.2.3",
- "symfony/monolog-bundle": "v2.2.0",
- "sensio/distribution-bundle": "v2.2.3",
- "sensio/framework-extra-bundle": "v2.2.3",
- "sensio/generator-bundle": "v2.2.3",
- "jms/security-extra-bundle": "1.5.1",
- "jms/di-extra-bundle": "1.4.0",
- "kriswallsmith/assetic": "v1.1.1",
-
- "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.2.1",
- "sonata-project/admin-bundle": "2.2.2",
- "sonata-project/jquery-bundle": "1.8.*@dev",
- "sonata-project/block-bundle": "2.2.3",
- "friendsofsymfony/facebook-bundle": "dev-master",
-
- "doctrine/mongodb-odm-bundle": "v3.0.0-BETA4",
- "doctrine/mongodb-odm": "1.0.0-BETA9",
- "symfony/options-resolver": "v2.2.4",
- "symfony/doctrine-bridge": "v2.2.4",
- "doctrine/mongodb": "1.0.0-BETA1"
-
-
- },
- "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"
- }
- }
- }
|