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 committed Jan 17, 2024
1 parent 972a101 commit 020889d
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 109 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
Loading

0 comments on commit 020889d

Please sign in to comment.