Skip to content

Commit

Permalink
Merge pull request #6 from dokobit/DEV-3884
Browse files Browse the repository at this point in the history
DEV-3884 Symfony 5.4 support
  • Loading branch information
laurynas-and committed Sep 6, 2023
2 parents 14fe5df + 9643a96 commit 4b34923
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,8 +8,8 @@

"require": {
"php" : ">=7.1.0",
"guzzlehttp/guzzle" : "~6.0",
"symfony/validator" : "~3.2|~4.0"
"guzzlehttp/guzzle" : "~6.0 || ~7.0",
"symfony/validator" : "~3.2 || ~4.0 || ~5.0"
},
"require-dev": {
"psr/log" : "~1.0",
Expand Down

0 comments on commit 4b34923

Please sign in to comment.