Skip to content

Commit 003c9b5

Browse files
nclsHarthkdobrev
authored andcommitted
Drop support for PHP 5.6 (#36)
1 parent 8736d5c commit 003c9b5

File tree

4 files changed

+321
-189
lines changed

4 files changed

+321
-189
lines changed

.travis.yml

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

55
php:
6-
- 5.6
76
- 7.0
87
- 7.1
98
- 7.2
@@ -15,11 +14,6 @@ env:
1514

1615
matrix:
1716
fast_finish: true
18-
exclude:
19-
- php: 7.2
20-
env: DEPS=normal
21-
- php: 7.2
22-
env: DEPS=lowest
2317

2418
branches:
2519
only:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require" : {
13-
"php": ">=5.6",
13+
"php": ">=7.0",
1414
"swiftmailer/swiftmailer": "^5.1",
1515
"tijsverkoyen/css-to-inline-styles": "^2.1"
1616
},
1717
"require-dev" : {
18-
"phpunit/phpunit": "^4 || ^5 || ^6",
18+
"phpunit/phpunit": "^5.7.10 || ^6.0",
1919
"symfony/css-selector": "^2.0.5|^3.0"
2020
},
2121
"autoload": {
@@ -30,7 +30,7 @@
3030
},
3131
"config": {
3232
"platform": {
33-
"php": "5.6"
33+
"php": "7.0"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)