Skip to content

Commit a5bc15c

Browse files
Remove sf 2.8 support
DoctrineMongoDBBundle will only support php 7.2, sf3.4 and up
1 parent 77f9af7 commit a5bc15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php": "^7.1",
1717
"ext-mongodb": "*",
1818
"mongodb/mongodb": "^1.4",
19-
"symfony/console": "^2.7|^3.3|^4",
20-
"symfony/yaml": "^2.7|^3.3|^4"
19+
"symfony/console": "^3.4|^4",
20+
"symfony/yaml": "^3.4|^4"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.0",

0 commit comments

Comments
 (0)