Skip to content

Commit

Permalink
Added support for symfony/process:^7.0 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
aivchen authored Jan 5, 2024
1 parent ab00a79 commit aa4b167
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 @@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.0",
"yiisoft/yii2": "~2.0.14",
"symfony/process": "^3.3||^4.0||^5.0||^6.0"
"symfony/process": "^3.3||^4.0||^5.0||^6.0||^7.0"
},
"require-dev": {
"yiisoft/yii2-redis": "~2.0.0",
Expand Down

0 comments on commit aa4b167

Please sign in to comment.