Skip to content

Commit

Permalink
Merge pull request #16 from Legion112/master
Browse files Browse the repository at this point in the history
Symfony 6 support
  • Loading branch information
gregurco committed Jan 24, 2023
2 parents fb39d89 + eb1c497 commit ef12afd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"php": "^7.0 || ^8.0",
"guzzlehttp/guzzle": "~6.0 || ^7.5.0",
"eightpoints/guzzle-bundle": "~8.0",
"symfony/http-kernel": "~4.0 || ~5.0",
"symfony/config": "~4.0 || ~5.0",
"symfony/dependency-injection": "~4.0 || ~5.0",
"symfony/expression-language": "~4.0 || ~5.0",
"symfony/http-kernel": "~4.0 || ~5.0|| ~6.0",
"symfony/config": "~4.0 || ~5.0|| ~6.0",
"symfony/dependency-injection": "~4.0 || ~5.0|| ~6.0",
"symfony/expression-language": "~4.0 || ~5.0|| ~6.0",
"kevinrob/guzzle-cache-middleware": "~3.0"
},

Expand Down

0 comments on commit ef12afd

Please sign in to comment.