Skip to content

Commit

Permalink
Merge pull request #32 from jukuan/master
Browse files Browse the repository at this point in the history
Support Symfony 6.0 as well
  • Loading branch information
RubenHarms authored Mar 18, 2022
2 parents ac83a40 + 28c7696 commit 7f4ca62
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 @@ -8,10 +8,10 @@
"keywords": ["soft-deleteable"],
"require": {
"php": ">=7.2.5",
"symfony/framework-bundle": "^5.0"
"symfony/framework-bundle": "^5.0 || ^6.0"
},
"require-dev": {
"symfony/console": "^5.0"
"symfony/console": "^5.0 || ^6.0"
},
"target-dir": "Evence/Bundle/SoftDeleteableExtensionBundle",
"minimum-stability": "dev",
Expand Down

0 comments on commit 7f4ca62

Please sign in to comment.