Skip to content

Commit 6483db2

Browse files
committed
Drop support for PHP<5.4 and Contao<3.5.5
1 parent 60cea1d commit 6483db2

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

.travis.yml

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

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
4+
- "5.4"
5+
- "5.5"
6+
- "5.6"
7+
- "7.0"
88

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

2112
sudo: false
2213

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_checkbox"
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.0"
4242
},
43-
"conflict": {
44-
"contao/core": "3.4.0"
45-
},
4643
"autoload": {
4744
"psr-0": {
4845
"MetaModels": "src"

0 commit comments

Comments
 (0)