Skip to content

Commit

Permalink
Merge pull request #28 from mbrodala/patch-1
Browse files Browse the repository at this point in the history
Add support for Symfony 7
  • Loading branch information
danepowell authored Jul 15, 2024
2 parents d77b7e0 + dde5387 commit 48b166b
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 95 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": "^8.1",
"composer/semver": "^3.2",
"symfony/console": "^5.4 || ^6.4",
"symfony/filesystem": "^5.4 || ^6.4"
"symfony/console": "^5.4 || ^6.4 || ^7",
"symfony/filesystem": "^5.4 || ^6.4 || ^7"
},
"bin": [
"scripts/release"
Expand Down
Loading

0 comments on commit 48b166b

Please sign in to comment.