Skip to content

Commit

Permalink
Merge pull request #4 from ollietb/master
Browse files Browse the repository at this point in the history
Enable Symfony 7 support
  • Loading branch information
dimadeush authored Apr 12, 2024
2 parents df3772c + ed8c4b5 commit 1056fe3
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 @@ -29,8 +29,8 @@
"require": {
"php": ">=8.1",
"monolog/monolog": "~3.0",
"symfony/yaml": "^6.1",
"symfony/framework-bundle": "^6.1"
"symfony/yaml": "^6.1|^7.0",
"symfony/framework-bundle": "^6.1|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1056fe3

Please sign in to comment.