Fix config file loader

This commit is contained in:
Niklas Keller
2016-03-24 11:51:12 +01:00
parent ff6e14e2de
commit 746bf84adb
2 changed files with 46 additions and 2 deletions

View File

@@ -18,7 +18,8 @@
"kelunik/certificate": "^1",
"league/climate": "^3",
"rdlowrey/auryn": "^1",
"webmozart/assert": "^1"
"webmozart/assert": "^1",
"symfony/yaml": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5",