Skip to content

Commit

Permalink
Allow installation with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala authored Jan 4, 2024
1 parent 972a101 commit 7636175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"require": {
"php": ">=5.5.0",
"composer/semver": "^3.2",
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6",
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6"
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6 || ^7",
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6 || ^7"
},
"bin": [
"scripts/release"
Expand Down

0 comments on commit 7636175

Please sign in to comment.