Skip to content

Commit

Permalink
support symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Aug 2, 2024
1 parent 4f5d3d1 commit 56d4305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"composer/semver": "^3.2",
"guzzlehttp/guzzle": "^7.9",
"kevinrob/guzzle-cache-middleware": "^5.1",
"symfony/cache": "^7.1",
"symfony/cache": "^5.4 || ^6.4 || ^7",
"symfony/console": "^5.4 || ^6.4 || ^7",
"symfony/filesystem": "^7.1"
"symfony/filesystem": "^5.4 || ^6.4 || ^7"
},
"bin": [
"scripts/release"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56d4305

Please sign in to comment.