Skip to content

Commit 77055c3

Browse files
committed
Found while running code coverage we missed a dependency - symfony config
1 parent 4cbe5d3 commit 77055c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0",
1717
"symfony/http-kernel": "^2.7 || ^3.3 || ^4.0",
1818
"symfony/console": "^2.7 || ^3.3 || ^4.0",
19+
"symfony/config": "^2.7 || ^3.3 || ^4.0",
1920
"doesntmattr/mongodb-migrations": "^1.1",
2021
"doctrine/mongodb-odm": "^1.0"
2122
},

0 commit comments

Comments
 (0)