2014-06-26 22:00:27 +02:00
|
|
|
{
|
|
|
|
"name": "symfony/framework-standard-edition",
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "project",
|
|
|
|
"description": "The \"Symfony Standard Edition\" distribution",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
|
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "package",
|
|
|
|
"package": {
|
|
|
|
"name": "jquery/jquery",
|
|
|
|
"version": "1.10.2",
|
|
|
|
"dist": {
|
2016-06-02 15:22:48 +02:00
|
|
|
"url": "https://code.jquery.com/jquery-1.10.2.js",
|
2014-06-26 22:00:27 +02:00
|
|
|
"type": "file"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2016-06-10 00:17:29 +02:00
|
|
|
"php": ">=5.6",
|
|
|
|
"symfony/symfony": "^2.8",
|
|
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
|
|
"doctrine/orm": "^2.5",
|
|
|
|
"twig/extensions": "^1.3",
|
|
|
|
"symfony/assetic-bundle": "^2.8",
|
|
|
|
"symfony/swiftmailer-bundle": "^2.3",
|
|
|
|
"symfony/monolog-bundle": "^2.11",
|
|
|
|
"sensio/distribution-bundle": "^4.0",
|
2014-06-26 22:00:27 +02:00
|
|
|
"sensio/framework-extra-bundle": "~3.0",
|
2016-06-10 00:17:29 +02:00
|
|
|
"incenteev/composer-parameter-handler": "~2.1",
|
2014-07-08 00:11:48 +02:00
|
|
|
"jquery/jquery": "1.10.*",
|
2016-06-10 00:17:29 +02:00
|
|
|
"knplabs/knp-markdown-bundle": "~1.5",
|
2014-11-22 17:08:25 +01:00
|
|
|
"enko/ics": "~0.2",
|
2016-06-10 00:17:29 +02:00
|
|
|
"jbroadway/urlify" : "^1.0",
|
2016-06-02 15:22:48 +02:00
|
|
|
"enko/relativedateparser" : "0.5",
|
2016-06-02 16:01:44 +02:00
|
|
|
"sabre/vobject": "^4.1"
|
2014-06-26 22:00:27 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-06-26 13:48:47 +02:00
|
|
|
"sensio/generator-bundle": "~3.0",
|
|
|
|
"phpunit/phpunit": "^5.4",
|
|
|
|
"liip/functional-test-bundle": "^1.6",
|
|
|
|
"doctrine/doctrine-fixtures-bundle": "^2.3"
|
2014-06-26 22:00:27 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-root-package-install": [
|
|
|
|
"SymfonyStandard\\Composer::hookRootPackageInstall"
|
|
|
|
],
|
|
|
|
"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::removeSymfonyStandardFiles"
|
|
|
|
],
|
|
|
|
"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::removeSymfonyStandardFiles"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"bin-dir": "bin"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"symfony-app-dir": "app",
|
|
|
|
"symfony-web-dir": "web",
|
|
|
|
"incenteev-parameters": {
|
|
|
|
"file": "app/config/parameters.yml"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.5-dev"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|