Skip to content

Commit ca50574

Browse files
Marek MatulkaMarek Matulka
authored andcommitted
Remove support for unsupported php versions
1 parent c3f79fd commit ca50574

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
language: php
22

3-
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, hhvm]
4-
5-
matrix:
6-
include:
7-
- php: 5.3
8-
dist: precise
3+
php: [7.2, 7.3]
94

105
branches:
116
except:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">5.3,<7.4"
16+
"php": ">7.2,<7.4"
1717
},
1818

1919
"require-dev": {

0 commit comments

Comments
 (0)