Skip to content

Commit bf0a7a8

Browse files
committed
Change minimum PHP version requirement from 5.4.0 to 5.5.0 (to enable try-finally and generators)
1 parent aaa5b7a commit bf0a7a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ language: php
44
dist: trusty
55

66
php:
7-
- 5.4
87
- 5.5
98
- 5.6
109
- 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"API"
1010
],
1111
"require": {
12-
"php": ">=5.4,<8.0-DEV",
12+
"php": ">=5.5,<8.0-DEV",
1313
"ext-mbstring": "*"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)