Skip to content

Commit 263dbdd

Browse files
author
Marco Bunge
committed
Provide Support for Stratigility for PHP 5.6 and 5.5
1 parent 2d94b74 commit 263dbdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

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

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
8+
- 7.1
99
- hhvm
1010

1111
matrix:
1212
fast_finish: true
1313
allow_failures:
14-
php: 7.0
14+
php: 7.1
1515

1616
cache:
1717
directories:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": ">=5.5.0",
28+
"php": ">=5.6",
2929
"filp/whoops": "~2.0",
3030
"league/route": "dev-master#507606b53d3935e7830aa7c48c43337bc2b1b2ba",
3131
"league/container": "~2.0",
@@ -38,7 +38,7 @@
3838
"phpunit/phpunit": "~4.8",
3939
"symfony/http-kernel": "~2.7|~3.0",
4040
"symfony/psr-http-message-bridge": "*",
41-
"zendframework/zend-stratigility": "1.3.1"
41+
"zendframework/zend-stratigility": "~1.1.2|~1.3.1"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)