Skip to content

Commit ec4564f

Browse files
Allow Symfony Process ^3.0 and ^4.0
1 parent 581a274 commit ec4564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.4",
55
"require": {
66
"php": ">=5.3.3",
7-
"symfony/process": "^2.6"
7+
"symfony/process": "^2.6 || ^3.0 || ^4.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)