Skip to content

Commit

Permalink
Added support for symfony/process:^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aivchen authored Jan 4, 2024
1 parent ab00a79 commit 6133ab3
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 6133ab3

Please sign in to comment.