Skip to content

Commit

Permalink
[TASK] Adapted requirements for TYPO3 12.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ttg-wolfhoel committed Feb 16, 2024
1 parent 276b5ed commit e9d0fef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TYPO3 Extension `rte_ckeditor_abbr`

This extension ships a simple plugin for the ckeditor to allow editors setting abbreviations. The plugin itself has been taken from https://ckeditor.com/docs/ckeditor4/latest/examples/abbr.html without any changes
This extension ships a simple plugin for the ckeditor to allow editors setting abbreviations. The plugin itself has been taken from https://github.com/ckeditor/ckeditor5-tutorials-examples/tree/main/abbreviation-plugin/part-1 without only little changes

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-rte-ckeditor": "^9.5 || ^10.4 || ^11.5 || ^12.4"
"typo3/cms-rte-ckeditor": "^12.4"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
'version' => '1.0.3',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-12.4.99',
'rte_ckeditor' => '9.5.0-12.4.99'
'typo3' => '12.4.0-12.4.99',
'rte_ckeditor' => '12.4.0-12.4.99'
],
],
];

0 comments on commit e9d0fef

Please sign in to comment.