Skip to content

Commit d74d942

Browse files
committed
Don't use unbound range
1 parent 6280ead commit d74d942

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
@@ -3,8 +3,8 @@
33
"description": "Shell completion for Symfony Console based scripts",
44
"license": "MIT",
55
"require": {
6-
"symfony/console": ">=2.5",
7-
"symfony/process": ">=2.5",
6+
"symfony/console": ">=2.5|^3|^4",
7+
"symfony/process": ">=2.5|^3|^4",
88
"ext-simplexml": "*"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)