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.
29 lines
1.2 KiB
29 lines
1.2 KiB
{ |
|
"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" |
|
} |
|
}
|
|
|