Skip to content

Commit a37e7af

Browse files
committed
Drop support for PHP<5.4 and Contao<3.5.5
1 parent 909b80c commit a37e7af

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
language: php
22

33
php:
4-
- "5.3"
54
- "5.4"
65
- "5.5"
76
- "5.6"
87
- "7.0"
98

109
env:
11-
- CONTAO_VERSION=~3.2.0
12-
- CONTAO_VERSION=~3.3.0
13-
- CONTAO_VERSION=~3.4.0
14-
- CONTAO_VERSION=~3.5.0
15-
16-
# Exclude impossible Contao Version combinations.
17-
matrix:
18-
exclude:
19-
- php: "5.3"
20-
env: CONTAO_VERSION=~3.5.0
10+
- CONTAO_VERSION=~3.5.5
2111

2212
sudo: false
2313

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,15 @@
3131
"source": "https://github.com/MetaModels/filter_range"
3232
},
3333
"require": {
34-
"php": ">=5.3",
35-
"contao/core": ">=3.2,<3.6",
34+
"php": ">=5.4",
35+
"contao/core": "^3.5.5",
3636
"contao-community-alliance/composer-plugin": "~2.0",
3737
"metamodels/core": "~2.0"
3838
},
3939
"require-dev": {
4040
"cyberspectrum/contao-toolbox": "~0.6",
4141
"phpcq/all-tasks": "~1.1"
4242
},
43-
"conflict": {
44-
"contao/core": "3.4.0"
45-
},
4643
"autoload": {
4744
"psr-0": {
4845
"MetaModels": "src"

0 commit comments

Comments
 (0)