Skip to content

Commit 9840e20

Browse files
committed
Corrected contraints to TYPO3 ^11, news ^10 || ^11 for update
1 parent fad5524 commit 9840e20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"license": "GPL-2.0-or-later",
1212
"require": {
13-
"georgringer/news": "^9.4 || ^10",
14-
"typo3/cms-core": "^10.4 || ^11"
13+
"georgringer/news": "^10 || ^11",
14+
"typo3/cms-core": "^11"
1515
},
1616
"require-dev": {
1717
"typo3/testing-framework": "^6.8"

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
'author_email' => 'niklas.kanthak@online.de',
99
'state' => 'stable',
1010
'clearCacheOnLoad' => 0,
11-
'version' => '1.0.2',
11+
'version' => '1.0.3',
1212
'constraints' => [
1313
'depends' => [
14-
'typo3' => '10.4.0-11.9.99',
15-
'news' => '9.4.0-10.9.99',
14+
'typo3' => '11.0.0-11.9.99',
15+
'news' => '10.0.0-12.9.99',
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)