Skip to content

Commit

Permalink
Merge pull request #34 from hirnschmalz/fix-dependency
Browse files Browse the repository at this point in the history
fix: use correct dependency constraint for waldhacker/typo3-oauth2-client
  • Loading branch information
maikschneider authored Sep 11, 2024
2 parents 61b66c4 + 16a8d71 commit 8f2cd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=8.2",
"league/oauth2-client": ">=2.7",
"waldhacker/typo3-oauth2-client": "dev-feature/v12-compatibility-1 || dev-v13",
"waldhacker/typo3-oauth2-client": "dev-feature/v12-compatibility-1 || v13.x-dev",
"ext-pdo": "*",
"typo3/cms-core": "^12.0 || ^13.0"
},
Expand Down

0 comments on commit 8f2cd53

Please sign in to comment.