Skip to content

Commit c7e181c

Browse files
committed
[TASK] Drop compatibility for TYPO3 6.2 and PHP 5
1 parent 18d6971 commit c7e181c

3 files changed

Lines changed: 9 additions & 21 deletions

File tree

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@ jobs:
6666
- stage: test
6767
php: 7.0
6868
env: TYPO3_VERSION="^7.6"
69-
- stage: test
70-
php: 5.6
71-
env: TYPO3_VERSION=^7.6
72-
- stage: test
73-
php: 5.5
74-
env: TYPO3_VERSION=^7.6
75-
- stage: test
76-
php: 5.6
77-
env: TYPO3_VERSION=^6.2
78-
- stage: test
79-
php: 5.5
80-
env: TYPO3_VERSION=^6.2
8169

8270
- stage: 🚢 to TER
8371
if: tag IS present

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
],
2222
"license": "GPL-2.0-or-later",
2323
"require": {
24-
"php": ">=5.5.0",
25-
"typo3/cms-core": "^6.2 || ^7.6 || ^8.7"
24+
"php": ">=7.0.0 <7.4",
25+
"typo3/cms-core": "^7.6 || ^8.7"
2626
},
2727
"require-dev": {
28-
"nimut/testing-framework": "^2.0 || ^3.0"
28+
"nimut/testing-framework": "^2.0 || ^3.0 || ^4.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

ext_emconf.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
'uploadfolder' => '0',
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => 0,
13-
'version' => '2.1.0',
14-
'constraints' =>
13+
'version' => '3.0.0',
14+
'constraints' =>
1515
array (
16-
'depends' =>
16+
'depends' =>
1717
array (
18-
'php' => '5.5.0-7.2.999',
18+
'php' => '7.0.0-7.3.999',
1919
'typo3' => '6.2.0-8.99.99',
2020
),
21-
'conflicts' =>
21+
'conflicts' =>
2222
array (
2323
),
24-
'suggests' =>
24+
'suggests' =>
2525
array (
2626
),
2727
),

0 commit comments

Comments
 (0)