Skip to content

Commit

Permalink
Remove support for TYPO3v9 and TYPO3v10
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hellmund committed Mar 26, 2021
1 parent dc45e8c commit 2ad4a16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TYPO3 Extension `oauth2` (`mfc/oauth2`)
[![Latest Stable Version](https://poser.pugx.org/mfc/oauth2/v/stable)](https://packagist.org/packages/mfc/oauth2)
[![License](https://poser.pugx.org/mfc/oauth2/license)](https://packagist.org/packages/mfc/oauth2)

This extension provides OAuth 2.0 to TYPO3 installations 9LTS and 10LTS.
This extension provides OAuth 2.0 to TYPO3 installations 11LTS.


## 1. Features
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@
"omines/oauth2-gitlab": "^3.4",
"php-http/guzzle7-adapter": "^1.0",
"psr/http-factory": "^1.0",
"typo3/cms-core": "^9.5.23||^10.4||^11.1.1",
"typo3/cms-beuser": "^9.5.23||^10.4||^11.1.1"
"typo3/cms-core": "^11.1.1",
"typo3/cms-beuser": "^11.1.1"
},
"extra": {
"branch-alias": {
"dev-latest": "3.x-dev"
},
"typo3/cms": {
"extension-key": "oauth2"
}
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'category' => 'system',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-11.5.99'
'typo3' => '11.0.0-11.5.99'
],
'conflicts' => [
],
Expand Down

0 comments on commit 2ad4a16

Please sign in to comment.