Skip to content

Commit

Permalink
Merge pull request #72 from omnilight/revert_support_for_symfony_5x
Browse files Browse the repository at this point in the history
Reverted support for symfony 5.x
  • Loading branch information
omnilight authored May 16, 2022
2 parents 76124ca + b05230f commit e69b281
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 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.* || 4.* || ^5.0",
"symfony/process": "2.6.* || 3.* || 4.*",
"dragonmantank/cron-expression": "1.*"
},
"require-dev": {
Expand All @@ -36,5 +36,10 @@
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true
}
}
}

0 comments on commit e69b281

Please sign in to comment.