Skip to content

Commit 248710b

Browse files
brianwozeniaknorberttech
authored andcommitted
Allow later versions of symfony packages (#111)
1 parent 2710e07 commit 248710b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": ">=7.0.0",
19-
"symfony/config": "^2.3|^3.0|^4.0",
20-
"symfony/translation": "^2.3|^3.0|^4.0",
21-
"symfony/yaml": "^2.3|^3.0|^4.0",
19+
"symfony/config": "^2.3|^3.0|^4",
20+
"symfony/translation": "^2.3|^3.0|^4",
21+
"symfony/yaml": "^2.3|^3.0|^4",
2222
"friendsofphp/php-cs-fixer": "^2.14"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)