Skip to content

Commit

Permalink
Merge pull request #38 from gietos/symfony-process
Browse files Browse the repository at this point in the history
Fix #33: Allow symfony/process v4.*
  • Loading branch information
kstkn authored Nov 5, 2018
2 parents 4922fe4 + 25fe994 commit 0f520ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.*",
"symfony/process": "2.6.* || 3.*",
"symfony/process": "2.6.* || 3.* || 4.*",
"mtdowling/cron-expression": "~1.0"
},
"require-dev": {
Expand Down

0 comments on commit 0f520ab

Please sign in to comment.