Skip to content

Commit 8589209

Browse files
author
Nicolas Hart
committed
Remove unsupported php versions
1 parent 0d24c66 commit 8589209

File tree

3 files changed

+532
-169
lines changed

3 files changed

+532
-169
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.3
7-
- 5.4
8-
- 5.5
96
- 5.6
107
- 7.0
118
- 7.1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require" : {
13-
"php": ">=5.4",
13+
"php": ">=5.6",
1414
"swiftmailer/swiftmailer": "^5.1",
1515
"tijsverkoyen/css-to-inline-styles": "^2.0"
1616
},
@@ -30,7 +30,7 @@
3030
},
3131
"config": {
3232
"platform": {
33-
"php": "5.4"
33+
"php": "5.6"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)