Skip to content

Commit 761860a

Browse files
committed
[TASK] Drop TYPO3 7.6 compatibility
1 parent 5ffe41a commit 761860a

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ jobs:
6060
- stage: test
6161
php: 7.0
6262
env: TYPO3_VERSION=^8.7
63-
- stage: test
64-
php: 7.2
65-
env: TYPO3_VERSION="^7.6"
66-
- stage: test
67-
php: 7.1
68-
env: TYPO3_VERSION="^7.6"
69-
- stage: test
70-
php: 7.0
71-
env: TYPO3_VERSION="^7.6"
7263

7364
- stage: 🚢 to TER
7465
if: tag IS present

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "GPL-2.0-or-later",
2323
"require": {
2424
"php": ">=7.0.0 <7.4",
25-
"typo3/cms-core": "^7.6 || ^8.7 || ^9.5"
25+
"typo3/cms-core": "^8.7 || ^9.5"
2626
},
2727
"require-dev": {
2828
"nimut/testing-framework": "^2.0 || ^3.0 || ^4.0"

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'depends' =>
1717
array (
1818
'php' => '7.0.0-7.3.999',
19-
'typo3' => '6.2.0-8.99.99',
19+
'typo3' => '8.7.0-9.5.99',
2020
),
2121
'conflicts' =>
2222
array (

0 commit comments

Comments
 (0)