Skip to content

Commit

Permalink
fix: change required waldhacker/typo3-oauth2-client versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Aug 12, 2024
1 parent eac0e3f commit 61b66c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"require": {
"php": ">=8.2",
"league/oauth2-client": ">=2.7",
"waldhacker/typo3-oauth2-client": "@dev",
"waldhacker/typo3-oauth2-client": "dev-feature/v12-compatibility-1 || dev-v13",
"ext-pdo": "*",
"typo3/cms-core": "^12.0 || ^13.0"
},
"repositories": [
{
"type": "path",
"url": "./packages/*"
},
{
"type": "github",
"url": "git@github.com:bmack/TYPO3-Console.git"
},
{
"url": "https://github.com/maikschneider/ext-oauth2-client.git",
"type": "git"
}
],
"require-dev": {
Expand Down

0 comments on commit 61b66c4

Please sign in to comment.