Skip to content

Commit 226be88

Browse files
committed
Merge branch 'update-dependencies'
Closes #9
2 parents 9f5c27d + 2734023 commit 226be88

File tree

6 files changed

+755
-221
lines changed

6 files changed

+755
-221
lines changed

.travis.yml

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

55
php:
6-
- 5.5
7-
- 5.6
86
- 7.0
7+
- 7.1
8+
- 7.2
9+
- nightly
10+
11+
matrix:
12+
allow_failures:
13+
- php: nightly
14+
915

1016
before_install:
1117
- composer self-update

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"psr/http-message": "^1.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^4.8",
21+
"php": ">=7.0",
22+
"phpunit/phpunit": "^6",
2223
"squizlabs/php_codesniffer": "^2.3",
2324
"zendframework/zend-diactoros": "^1.1"
2425
},

0 commit comments

Comments
 (0)