75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"require": {
|
|
"symfony/finder": "3.0.0",
|
|
"symfony/console": "3.0.0",
|
|
"symfony/process": "3.0.0",
|
|
"symfony/validator": "3.0.0",
|
|
"symfony/event-dispatcher": "3.0.0",
|
|
"symfony/dependency-injection": "3.0.0",
|
|
"symfony/config": "3.0.0",
|
|
"symfony/yaml": "3.0.0",
|
|
"symfony/var-dumper": "3.0.0",
|
|
"symfony/assetic-bundle": "~2.7",
|
|
"psr/log":"~1",
|
|
"james-heinrich/getid3": "^1.9",
|
|
"doctrine/common": "^2.5",
|
|
"doctrine/orm": "^2.5",
|
|
"doctrine/dbal": "^2.5",
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
"doctrine/doctrine-cache-bundle": "^1.2",
|
|
"symfony/symfony": "3.0.0",
|
|
"sensio/distribution-bundle": "^5.0",
|
|
"sensio/framework-extra-bundle": "^3.0.2",
|
|
"incenteev/composer-parameter-handler": "^2.0",
|
|
"symfony/swiftmailer-bundle": "^2.3",
|
|
"symfony/monolog-bundle": "^2.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"":"src/",
|
|
"Sikofitt\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Sikofitt\\Tests\\":"src/Tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
|
|
],
|
|
"post-update-cmd": [
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
|
|
]
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"extra": {
|
|
"symfony-app-dir": "app",
|
|
"symfony-web-dir": "web",
|
|
"symfony-assets-install": "relative",
|
|
"incenteev-parameters": {
|
|
"file": "app/config/parameters.yml"
|
|
}
|
|
},
|
|
|
|
"prefer-stable":true,
|
|
"license":"MIT",
|
|
"require-dev": {
|
|
"sensio/generator-bundle": "^3.0",
|
|
"symfony/phpunit-bridge":"^2.7"
|
|
}
|
|
}
|