Skip to content

Commit bf1f6f9

Browse files
committed
drop PHP 5.3 and set required PHP version is 5.4+.
1 parent bafe1f6 commit bf1f6f9

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

.travis.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
language: php
2-
matrix:
3-
include:
4-
- php: 5.3
5-
dist: precise
6-
- php: 5.4
7-
dist: trusty
8-
- php: 5.5
9-
dist: trusty
10-
- php: 5.6
11-
dist: trusty
12-
- php: 7.0
13-
dist: trusty
14-
- php: 7.1
15-
dist: trusty
16-
- php: 7.2
17-
dist: trusty
18-
- php: nightly
19-
dist: trusty
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- 7.1
9+
- 7.2
10+
- nightly
2011

2112
before_script:
2213
- composer install

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.0",
15+
"php": ">=5.4.0",
1616
"ext-gd": "*",
1717
"ext-fileinfo": "*"
1818
},

0 commit comments

Comments
 (0)