We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad5524 commit 9840e20Copy full SHA for 9840e20
composer.json
@@ -10,8 +10,8 @@
10
],
11
"license": "GPL-2.0-or-later",
12
"require": {
13
- "georgringer/news": "^9.4 || ^10",
14
- "typo3/cms-core": "^10.4 || ^11"
+ "georgringer/news": "^10 || ^11",
+ "typo3/cms-core": "^11"
15
},
16
"require-dev": {
17
"typo3/testing-framework": "^6.8"
ext_emconf.php
@@ -8,11 +8,11 @@
8
'author_email' => 'niklas.kanthak@online.de',
9
'state' => 'stable',
'clearCacheOnLoad' => 0,
- 'version' => '1.0.2',
+ 'version' => '1.0.3',
'constraints' => [
'depends' => [
- 'typo3' => '10.4.0-11.9.99',
- 'news' => '9.4.0-10.9.99',
+ 'typo3' => '11.0.0-11.9.99',
+ 'news' => '10.0.0-12.9.99',
'conflicts' => [],
18
'suggests' => [],
0 commit comments