Skip to content

Commit 8736d5c

Browse files
nclsHarthkdobrev
authored andcommitted
Drop support for PHP 5.5 (#35)
fix #28
1 parent 89b0ce8 commit 8736d5c

File tree

3 files changed

+314
-106
lines changed

3 files changed

+314
-106
lines changed

.travis.yml

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

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
98
- 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.5",
13+
"php": ">=5.6",
1414
"swiftmailer/swiftmailer": "^5.1",
1515
"tijsverkoyen/css-to-inline-styles": "^2.1"
1616
},
@@ -30,7 +30,7 @@
3030
},
3131
"config": {
3232
"platform": {
33-
"php": "5.5"
33+
"php": "5.6"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)