Skip to content

Commit 02a7cb2

Browse files
docs: remove notice about v12 usage
1 parent 09aac34 commit 02a7cb2

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -137,30 +137,3 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['backend']['loginProviders']['1616569531'
137137
```
138138

139139
</details>
140-
141-
<details>
142-
<summary>
143-
Usage in TYPO3v12
144-
</summary>
145-
146-
The TYPO3
147-
extension [waldhacker/ext-oauth2-client](https://github.com/waldhacker/ext-oauth2-client)
148-
is not yet ready for v12. However, there is a feature branch that is almost
149-
working - [this fork](https://github.com/maikschneider/ext-oauth2-client/tree/feature/v12-compatibility-1)
150-
makes the trick. To use it, adjust your `composer.json`:
151-
152-
```json
153-
{
154-
"repositories": [
155-
{
156-
"url": "https://github.com/maikschneider/ext-oauth2-client.git",
157-
"type": "git"
158-
}
159-
],
160-
"require": {
161-
"waldhacker/typo3-oauth2-client": "dev-feature/v12-compatibility-1"
162-
}
163-
}
164-
```
165-
166-
</details>

0 commit comments

Comments
 (0)