Inclusion des dépendances utilisées directement.
... | ... | @@ -33,6 +33,7 @@ |
"ext-json": "*", | ||
"doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | ||
"psr/container": "^1.0", | ||
"symfony/config": "^3.0 | ^4.0", | ||
"symfony/console": "^3.0 | ^4.0", | ||
"symfony/dependency-injection": "^3.0 | ^4.0", | ||
... | ... | @@ -40,6 +41,7 @@ |
"symfony/finder": "^3.0 | ^4.0", | ||
"symfony/framework-bundle": "^3.0 | ^4.0", | ||
"symfony/http-kernel": "^3.0 | ^4.0", | ||
"symfony/process": "^3.0 | ^4.0", | ||
"symfony/security": "^3.0 | ^4.0", | ||
"webmozart/path-util": "^2.3" | ||
}, | ||
... | ... |
Please register or sign in to comment