Skip to content

Commit 9fdc019

Browse files
committed
Allow for Symfony4 components
1 parent 8c91664 commit 9fdc019

File tree

3 files changed

+3
-2585
lines changed

3 files changed

+3
-2585
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.php_cs.cache
22
build
33
config/parameters.yml
4+
composer.lock
45
vendor

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"require": {
2828
"php": "^5.6 || ^7.0",
2929
"ramsey/uuid": "^3.6",
30-
"symfony/console": "^3.2",
31-
"symfony/yaml": "^3.3",
30+
"symfony/console": "^3.2|^4.0",
31+
"symfony/yaml": "^3.3|^4.0",
3232
"doctrine/annotations": "1.2.*",
3333
"doctrine/instantiator": "1.0.*",
3434
"mauretto78/array-query": "^1.0"

0 commit comments

Comments
 (0)