You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.5 KiB
41 lines
1.5 KiB
{ |
|
"name": "symfony/framework-standard-edition", |
|
"description": "The \"Symfony Standard Edition\" distribution", |
|
"autoload": { |
|
"psr-0": { "": "src/" } |
|
}, |
|
"require": { |
|
"php": ">=5.3.3", |
|
"symfony/symfony": "2.1.*", |
|
"doctrine/orm": "2.2.*", |
|
"doctrine/doctrine-bundle": "dev-master", |
|
"twig/extensions": "dev-master", |
|
"symfony/assetic-bundle": "dev-master", |
|
"symfony/swiftmailer-bundle": "dev-master", |
|
"symfony/monolog-bundle": "dev-master", |
|
"sensio/distribution-bundle": "dev-master", |
|
"sensio/framework-extra-bundle": "dev-master", |
|
"sensio/generator-bundle": "dev-master", |
|
"jms/security-extra-bundle": "1.1.*", |
|
"jms/di-extra-bundle": "1.0.*" |
|
}, |
|
"scripts": { |
|
"post-install-cmd": [ |
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets" |
|
], |
|
"post-update-cmd": [ |
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets" |
|
] |
|
}, |
|
"config": { |
|
"bin-dir": "bin" |
|
}, |
|
"extra": { |
|
"symfony-app-dir": "app", |
|
"symfony-web-dir": "web" |
|
} |
|
}
|
|
|