Skip to content

Commit 85b24bb

Browse files
committed
Require symfony/yaml
1 parent d67c11f commit 85b24bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"php": "^5.5 || ^7.0",
1414
"symfony/dependency-injection": "^2.3 || ^3.0 || ^4.0",
1515
"symfony/framework-bundle": "^2.3 || ^3.0 || ^4.0",
16-
"symfony/http-kernel": "^2.3 || ^3.0 || ^4.0"
16+
"symfony/http-kernel": "^2.3 || ^3.0 || ^4.0",
17+
"symfony/yaml": "^2.3 || ^3.0 || ^4.0"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.2"

0 commit comments

Comments
 (0)