Skip to content

Commit 737c678

Browse files
author
Nicolas Hart
committed
Remove unsupported php versions
1 parent a468a99 commit 737c678

File tree

3 files changed

+462
-108
lines changed

3 files changed

+462
-108
lines changed

.travis.yml

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

55
php:
6-
- 5.4
7-
- 5.5
86
- 5.6
97
- 7.0
108
- 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.1.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)