Skip to content

Commit 571a8b2

Browse files
committed
symfony/process version fixed to 2.4.*
* fixes #54
1 parent 158879a commit 571a8b2

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
@@ -23,7 +23,7 @@
2323
},
2424

2525
"require": {
26-
"symfony/process": "<3"
26+
"symfony/process": "2.4.*"
2727
},
2828
"require-dev": {
2929
"psr/log": "~1"

0 commit comments

Comments
 (0)