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.
76 lines
1.9 KiB
76 lines
1.9 KiB
{
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*",
|
|
"friendsofsymfony/rest-bundle": "^2.4",
|
|
"sensio/framework-extra-bundle": "^5.2",
|
|
"symfony/console": "4.1.*",
|
|
"symfony/flex": "^1.1",
|
|
"symfony/framework-bundle": "4.1.*",
|
|
"symfony/monolog-bundle": "^3.3",
|
|
"symfony/orm-pack": "^1.0",
|
|
"symfony/security-bundle": "4.1.*",
|
|
"symfony/serializer-pack": "^1.0",
|
|
"symfony/translation": "4.1.*",
|
|
"symfony/twig-bundle": "4.1.*",
|
|
"symfony/yaml": "4.1.*"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-fixtures-bundle": "^3.0",
|
|
"symfony/debug-pack": "^1.0",
|
|
"symfony/dotenv": "4.1.*",
|
|
"symfony/maker-bundle": "^1.9",
|
|
"symfony/profiler-pack": "^1.0",
|
|
"symfony/test-pack": "^1.0",
|
|
"symfony/web-server-bundle": "4.1.*"
|
|
},
|
|
"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",
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
},
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"allow-contrib": false,
|
|
"require": "4.1.*"
|
|
}
|
|
}
|
|
}
|