Skip to content

Commit 7a5199a

Browse files
committed
Support php 5.5 and above
1 parent 9fe84db commit 7a5199a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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
matrix:
44
fast_finish: true
55
include:
6-
- php: 5.4
76
- php: 5.5
87
- php: 5.6
98
- php: 7

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"psr-7"
1010
],
1111
"require": {
12+
"php": ">=5.5",
1213
"maximebf/debugbar": "^1.10",
1314
"psr/http-message": "^1.0",
1415
"zendframework/zend-diactoros": "^1.1.3"

0 commit comments

Comments
 (0)