30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"name": "gergelypolonkai/openscrum",
|
|
"description": "OpenScrum project",
|
|
"autoload": {
|
|
"psr-0": { "": "src/" }
|
|
},
|
|
"require": {
|
|
"symfony/framework-standard-edition": "2.2.*"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"symfony-app-dir": "app",
|
|
"symfony-web-dir": "web"
|
|
}
|
|
}
|