Skip to content

Commit

Permalink
Add support for symfony 7 (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik Mokrý <patrik.mokry@saxana.sk>
  • Loading branch information
MokryPatrik and Patrik Mokrý authored Dec 20, 2023
1 parent e4e06bb commit 2c7fbbd
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 @@ -38,7 +38,7 @@
"php": "^8.0",
"ext-pcre": "*",
"symfony/polyfill-mbstring": "^1.7",
"symfony/process": "^5.4 || ^6.0"
"symfony/process": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"ext-fileinfo": "*",
Expand Down

0 comments on commit 2c7fbbd

Please sign in to comment.