Skip to content

Commit

Permalink
composer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klapaudius committed Jan 11, 2024
1 parent c6d3313 commit dd2e768
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 @@ -22,7 +22,7 @@
"require": {
"php": "^8.0",
"doctrine/doctrine-bundle": "~2.0",
"klapaudius/oauth2-php": "~1.4",
"klapaudius/oauth2-php": "~1.6",
"symfony/dependency-injection": "~7.0",
"symfony/form": "~7.0",
"symfony/framework-bundle": "~7.0",
Expand All @@ -40,7 +40,7 @@
"symfony/class-loader": "^2.0",
"symfony/console": "~7.0",
"symfony/phpunit-bridge": "~7.0",
"symfony/templating": "~7.0",
"symfony/templating": "~6.0|~7.0",
"symfony/yaml": "~7.0"
},
"support": {
Expand Down

0 comments on commit dd2e768

Please sign in to comment.