Skip to content

Commit

Permalink
Minor maintenance release. TYPO3 10.3 support.
Browse files Browse the repository at this point in the history
Changelog: 4.1.0...4.1.1
  • Loading branch information
fnagel committed Mar 17, 2020
1 parent eae36b2 commit 4c1b456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0,<7.3",
"typo3/cms-core": ">=9.0,<10.3"
"typo3/cms-core": ">=9.0,<10.4"
},
"require-dev": {
"typo3/testing-framework": "~4.11.1 || ~6.1.0 ",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'title' => 'beautyOfCode Syntax Highlighter',
'description' => 'This plugin provides Java-Script based, state-of-the-art, feature rich syntax highlighting by using SyntaxHighlighter or Prism. t3editor enabled.',
'category' => 'plugin',
'version' => '4.1.1-dev',
'version' => '4.1.1',
'state' => 'stable',
'uploadfolder' => 0,
'modify_tables' => '',
Expand All @@ -25,7 +25,7 @@
'constraints' => [
'depends' => [
'php' => '7.0.0-7.2.99',
'typo3' => '9.0.0-10.2.99',
'typo3' => '9.0.0-10.3.99',
],
'conflicts' => [],
'suggests' => [
Expand Down

0 comments on commit 4c1b456

Please sign in to comment.