Skip to content

Commit

Permalink
Merge pull request #3 from oliverthiele/master
Browse files Browse the repository at this point in the history
[TASK] Add TYPO3 11.5 to allowed requirements
  • Loading branch information
georgringer authored Jan 7, 2022
2 parents a91148d + 2c511da commit 72e8958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "studiomitte/rte-ckeditor-abbr",
"type": "typo3-cms-extension",
"description": "",
"description": "Add Abbreviations information through the ckeditor",
"authors": [
{
"name": "Georg Ringer",
Expand All @@ -12,7 +12,7 @@
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-rte-ckeditor": "^9.5 || ^10.4"
"typo3/cms-rte-ckeditor": "^9.5 || ^10.4 || ^11.5"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
'clearCacheOnLoad' => true,
'author' => 'Georg Ringer',
'author_email' => '[email protected]',
'version' => '1.0.0',
'version' => '1.0.1',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'rte_ckeditor' => '9.5.0-10.4.99'
'typo3' => '9.5.0-11.5.99',
'rte_ckeditor' => '9.5.0-11.5.99'
],
],
];

0 comments on commit 72e8958

Please sign in to comment.