Skip to content

Commit 7464bc0

Browse files
authored
Merge pull request #8 from maczuk/master
Add compatibility with the Symfony's v5 components - improve versioning
2 parents fb674fb + 3ae737d commit 7464bc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"require": {
1818
"nediam/phraseapp-lib": "^2.0",
19-
"symfony/console": "^4.3, ^5.0",
19+
"symfony/console": "^4.3 || ^5.0",
2020
"psr/log": "^1.1",
21-
"symfony/dependency-injection": "^4.3, ^5.0",
22-
"symfony/config": "^4.3, ^5.0",
23-
"symfony/event-dispatcher": "^4.3, ^5.0",
24-
"symfony/translation": "^4.3, ^5.0",
25-
"symfony/yaml": "^4.3, ^5.0"
21+
"symfony/dependency-injection": "^4.3 || ^5.0",
22+
"symfony/config": "^4.3 || ^5.0",
23+
"symfony/event-dispatcher": "^4.3 || ^5.0",
24+
"symfony/translation": "^4.3 || ^5.0",
25+
"symfony/yaml": "^4.3 || ^5.0"
2626
}
2727
}

0 commit comments

Comments
 (0)