2018-12-18 09:44:39 +01:00
|
|
|
{
|
|
|
|
"name": "symfony/framework-standard-edition",
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "project",
|
|
|
|
"description": "The \"Symfony Standard Edition\" distribution",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-03-12 14:50:57 +01:00
|
|
|
"": "src/"
|
2018-12-18 09:44:39 +01:00
|
|
|
},
|
2019-03-12 14:50:57 +01:00
|
|
|
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
|
2018-12-18 09:44:39 +01:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": { "Tests\\": "tests/" },
|
|
|
|
"files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7",
|
2019-04-02 11:26:41 +02:00
|
|
|
"debril/rss-atom-bundle": "^4.0",
|
2018-12-18 09:44:39 +01:00
|
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
|
|
"doctrine/doctrine-cache-bundle": "^1.2",
|
|
|
|
"doctrine/doctrine-fixtures-bundle": "^2.3",
|
|
|
|
"doctrine/doctrine-migrations-bundle": "^1.2",
|
|
|
|
"doctrine/orm": "^2.5",
|
2019-03-21 17:15:06 +01:00
|
|
|
"egeloen/ckeditor-bundle": "^6.0",
|
|
|
|
"gregwar/captcha-bundle": "^2.0",
|
2018-12-18 09:44:39 +01:00
|
|
|
"incenteev/composer-parameter-handler": "^2.0",
|
2019-03-21 17:15:06 +01:00
|
|
|
"jasig/phpcas": "~1.3",
|
|
|
|
"lightsaml/sp-bundle": "^1.2",
|
|
|
|
"oneup/uploader-bundle": "^1.7",
|
|
|
|
"ramsey/uuid": "^3.7",
|
2018-12-18 09:44:39 +01:00
|
|
|
"sensio/distribution-bundle": "^5.0.19",
|
|
|
|
"sensio/framework-extra-bundle": "^5.0.0",
|
|
|
|
"symfony/assetic-bundle": "^2.8",
|
|
|
|
"symfony/ldap": "^3.4",
|
|
|
|
"symfony/monolog-bundle": "^3.1.0",
|
|
|
|
"symfony/orm-pack": "^1.0",
|
|
|
|
"symfony/polyfill-apcu": "^1.0",
|
|
|
|
"symfony/swiftmailer-bundle": "^2.6.4",
|
|
|
|
"symfony/symfony": "3.4.*",
|
2019-03-21 17:15:06 +01:00
|
|
|
"tetranz/select2entity-bundle": "2.*",
|
2019-04-26 15:03:19 +02:00
|
|
|
"thecsea/simple-caldav-client": "^0.1.10",
|
2019-03-21 17:15:06 +01:00
|
|
|
"twig/twig": "^1.0||^2.0"
|
2018-12-18 09:44:39 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"sensio/generator-bundle": "^3.0",
|
|
|
|
"symfony/maker-bundle": "^1.5",
|
|
|
|
"symfony/phpunit-bridge": "^3.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"symfony-scripts": [
|
|
|
|
"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-install-cmd": [
|
|
|
|
"@symfony-scripts"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@symfony-scripts"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "7.0.30"
|
|
|
|
},
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"symfony-app-dir": "app",
|
|
|
|
"symfony-bin-dir": "bin",
|
|
|
|
"symfony-var-dir": "var",
|
|
|
|
"symfony-web-dir": "web",
|
|
|
|
"symfony-tests-dir": "tests",
|
|
|
|
"symfony-assets-install": "relative",
|
|
|
|
"incenteev-parameters": {
|
|
|
|
"file": "app/config/parameters.yml"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.4-dev"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|