Skip to content

Commit

Permalink
Add support for Symfony 7 (#29)
Browse files Browse the repository at this point in the history
* update symfony requirement

* accept both versions

---------

Co-authored-by: piggums <[email protected]>
  • Loading branch information
piolet and piggums committed Jan 5, 2024
1 parent f85562b commit 124fa09
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 @@ -5,10 +5,10 @@
"minimum-stability": "stable",
"license": "MIT",
"require": {
"symfony/framework-bundle": "^6.0",
"symfony/framework-bundle": "^6.0 || ^7.0",
"rikudou/psr6-dynamo-db": "^3.1",
"php": "^8.0",
"symfony/cache": "^6.0",
"symfony/cache": "^6.0 || ^7.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit 124fa09

Please sign in to comment.