2019-02-23 16:49:38 +01:00
|
|
|
{
|
|
|
|
"type": "project",
|
2019-03-27 19:08:28 +01:00
|
|
|
"license": "GPL-2.0-or-later",
|
2019-02-23 16:49:38 +01:00
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-iconv": "*",
|
2019-04-06 13:31:23 +02:00
|
|
|
"ext-intl": "*",
|
2019-08-02 12:17:56 +02:00
|
|
|
"ext-mbstring": "*",
|
2019-03-20 19:11:34 +01:00
|
|
|
"doctrine/annotations": "^1.6",
|
2019-08-13 13:04:31 +02:00
|
|
|
"florianv/swap": "^4.0",
|
2019-03-13 19:36:46 +01:00
|
|
|
"friendsofsymfony/ckeditor-bundle": "^2.0",
|
2019-08-13 13:04:31 +02:00
|
|
|
"nyholm/psr7": "^1.1",
|
2019-08-02 12:17:56 +02:00
|
|
|
"ocramius/proxy-manager": "2.1.*",
|
2019-09-06 15:49:46 +02:00
|
|
|
"omines/datatables-bundle": "^0.3.1",
|
2019-08-13 13:04:31 +02:00
|
|
|
"php-http/curl-client": "^2.0",
|
|
|
|
"php-http/guzzle6-adapter": "^2.0",
|
|
|
|
"php-http/message": "^1.8",
|
2019-06-16 12:50:40 +02:00
|
|
|
"s9e/text-formatter": "^2.0",
|
2019-02-23 16:49:38 +01:00
|
|
|
"sensio/framework-extra-bundle": "^5.1",
|
2019-03-12 13:34:33 +01:00
|
|
|
"shivas/versioning-bundle": "^3.1",
|
2019-03-25 16:42:50 +01:00
|
|
|
"symfony/apache-pack": "^1.0",
|
2019-06-16 12:36:17 +02:00
|
|
|
"symfony/asset": "4.3.*",
|
|
|
|
"symfony/console": "4.3.*",
|
|
|
|
"symfony/dotenv": "4.3.*",
|
|
|
|
"symfony/expression-language": "4.3.*",
|
2019-02-23 16:49:38 +01:00
|
|
|
"symfony/flex": "^1.1",
|
2019-06-16 12:36:17 +02:00
|
|
|
"symfony/form": "4.3.*",
|
|
|
|
"symfony/framework-bundle": "4.3.*",
|
2019-02-23 16:49:38 +01:00
|
|
|
"symfony/monolog-bundle": "^3.1",
|
|
|
|
"symfony/orm-pack": "*",
|
2019-06-16 12:36:17 +02:00
|
|
|
"symfony/process": "4.3.*",
|
|
|
|
"symfony/security-bundle": "4.3.*",
|
2019-02-23 16:49:38 +01:00
|
|
|
"symfony/serializer-pack": "*",
|
|
|
|
"symfony/swiftmailer-bundle": "^3.1",
|
2019-06-16 12:36:17 +02:00
|
|
|
"symfony/translation": "4.3.*",
|
|
|
|
"symfony/twig-bundle": "4.3.*",
|
|
|
|
"symfony/validator": "4.3.*",
|
|
|
|
"symfony/web-link": "4.3.*",
|
2019-02-24 18:05:06 +01:00
|
|
|
"symfony/webpack-encore-bundle": "^1.1",
|
2019-06-16 12:36:17 +02:00
|
|
|
"symfony/yaml": "4.3.*",
|
2019-03-05 14:23:38 +01:00
|
|
|
"twig/extensions": "^1.5",
|
2019-08-12 23:45:21 +02:00
|
|
|
"twig/extra-bundle": "3.x-dev",
|
|
|
|
"twig/intl-extra": "3.x-dev",
|
2019-09-01 13:56:14 +02:00
|
|
|
"webmozart/assert": "^1.4",
|
|
|
|
"ext-bcmath": "*"
|
2019-02-23 16:49:38 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-27 19:08:28 +01:00
|
|
|
"roave/security-advisories": "dev-master",
|
2019-02-23 16:49:38 +01:00
|
|
|
"symfony/debug-pack": "*",
|
|
|
|
"symfony/maker-bundle": "^1.0",
|
|
|
|
"symfony/profiler-pack": "*",
|
2019-03-26 23:34:40 +01:00
|
|
|
"symfony/test-pack": "^1.0",
|
2019-06-16 12:36:17 +02:00
|
|
|
"symfony/web-server-bundle": "4.3.*"
|
2019-02-23 16:49:38 +01:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": {
|
|
|
|
"*": "dist"
|
|
|
|
},
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"App\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"App\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"paragonie/random_compat": "2.*",
|
|
|
|
"symfony/polyfill-ctype": "*",
|
|
|
|
"symfony/polyfill-iconv": "*",
|
|
|
|
"symfony/polyfill-php71": "*",
|
|
|
|
"symfony/polyfill-php70": "*",
|
|
|
|
"symfony/polyfill-php56": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"auto-scripts": {
|
|
|
|
"cache:clear": "symfony-cmd",
|
2019-04-06 00:19:19 +02:00
|
|
|
"ckeditor:install --clear=drop": "symfony-cmd",
|
2019-02-23 16:49:38 +01:00
|
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
|
|
},
|
|
|
|
"post-install-cmd": [
|
|
|
|
"@auto-scripts"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@auto-scripts"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/symfony": "*"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"symfony": {
|
|
|
|
"allow-contrib": false,
|
2019-06-16 12:36:17 +02:00
|
|
|
"require": "4.3.*"
|
2019-02-23 16:49:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|