We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c91664 commit 9fdc019Copy full SHA for 9fdc019
.gitignore
@@ -1,4 +1,5 @@
1
.php_cs.cache
2
build
3
config/parameters.yml
4
+composer.lock
5
vendor
composer.json
@@ -27,8 +27,8 @@
27
"require": {
28
"php": "^5.6 || ^7.0",
29
"ramsey/uuid": "^3.6",
30
- "symfony/console": "^3.2",
31
- "symfony/yaml": "^3.3",
+ "symfony/console": "^3.2|^4.0",
+ "symfony/yaml": "^3.3|^4.0",
32
"doctrine/annotations": "1.2.*",
33
"doctrine/instantiator": "1.0.*",
34
"mauretto78/array-query": "^1.0"
0 commit comments