Commit 1cb50bbe authored by Raidelet Nicolas's avatar Raidelet Nicolas
Browse files

Maj composer.json

No related merge requests found
Showing with 11 additions and 2 deletions
+11 -2
...@@ -26,8 +26,17 @@ ...@@ -26,8 +26,17 @@
], ],
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"symfony/framework-bundle": "^2.7 || ^3.0", "ext-json": "*",
"doctrine/doctrine-bundle": "^1.6" "doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5",
"symfony/config": "^3.0",
"symfony/console": "^3.0",
"symfony/depency-injection": "^3.0",
"symfony/filesystem": "^3.0",
"symfony/finder": "^3.0",
"symfony/framework-bundle": "^3.0",
"symfony/http-kernel": "^3.0",
"symfony/security": "^3.0"
}, },
"require-dev": { "require-dev": {
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment