Skip to content

Commit 0af2cab

Browse files
committed
[TASK] Remove TYPO3 14.x support for version 1.x
1 parent e294dec commit 0af2cab

4 files changed

Lines changed: 7 additions & 47 deletions

File tree

.Build/v14/composer.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/CodeQuality.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
typo3: [v12, v13, v14]
12+
typo3: [v12, v13]
1313
php: [8.1, 8.2, 8.3, 8.4]
1414
exclude:
1515
- typo3: v13
1616
php: 8.1
17-
- typo3: v14
18-
php: 8.1
1917

2018
steps:
2119
- uses: actions/checkout@v5

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"GPL-2.0-or-later"
2121
],
2222
"require": {
23-
"typo3/cms-core": "^12.4 || ^13.1 || ^14.0",
24-
"typo3/cms-setup": "^12.4 || ^13.1 || ^14.0",
25-
"typo3/cms-backend": "^12.4 || ^13.1 || ^14.0",
26-
"typo3/cms-felogin": "^12.4 || ^13.1 || ^14.0"
23+
"typo3/cms-core": "^12.4 || ^13.4",
24+
"typo3/cms-setup": "^12.4 || ^13.4",
25+
"typo3/cms-backend": "^12.4 || ^13.4",
26+
"typo3/cms-felogin": "^12.4 || ^13.4"
2727
},
2828
"autoload": {
2929
"psr-4": {

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'uploadfolder' => '0',
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => 1,
13-
'version' => '1.2.0',
13+
'version' => '1.2.1',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.0-14.3.99',
16+
'typo3' => '12.4.0-13.4.99',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

0 commit comments

Comments
 (0)