Skip to content

Commit 3193749

Browse files
nclsHarthkdobrev
authored andcommitted
Drop support for PHP 5.4 (#32)
1 parent a4c74f3 commit 3193749

File tree

3 files changed

+172
-26
lines changed

3 files changed

+172
-26
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.4
76
- 5.5
87
- 5.6
98
- 7.0

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.5",
1414
"swiftmailer/swiftmailer": "^5.1",
1515
"tijsverkoyen/css-to-inline-styles": "^2.1, <2.2"
1616
},
@@ -30,7 +30,7 @@
3030
},
3131
"config": {
3232
"platform": {
33-
"php": "5.4"
33+
"php": "5.5"
3434
}
3535
}
3636
}

composer.lock

Lines changed: 170 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)