Skip to content

Commit a4e5a1a

Browse files
committed
Don't use a range at all!
1 parent 00ad5e4 commit a4e5a1a

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|^3|^4",
7-
"symfony/process": ">=2.5|^3|^4",
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)