57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^7.2.0",
|
|
"sensio/framework-extra-bundle": "^5.2",
|
|
"symfony/debug-pack": "^1.0",
|
|
"symfony/form": "^4.0",
|
|
"symfony/maker-bundle": "^1.0",
|
|
"symfony/orm-pack": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-master",
|
|
"symfony/dotenv": "^4.0",
|
|
"symfony/flex": "^1.0"
|
|
},
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"App\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"auto-scripts": {
|
|
"cache:clear": "symfony-cmd",
|
|
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
|
},
|
|
"post-install-cmd": [
|
|
"@auto-scripts"
|
|
],
|
|
"post-update-cmd": [
|
|
"@auto-scripts"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*",
|
|
"symfony/twig-bundle": "<3.3",
|
|
"symfony/debug": "<3.3"
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"id": "01C06XCKJ8KKPKS0GJESWVPJFC",
|
|
"allow-contrib": false
|
|
}
|
|
}
|
|
}
|