Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Commit 138fec7

Browse files
committed
Extract request object
1 parent 5e38c90 commit 138fec7

File tree

7 files changed

+397
-269
lines changed

7 files changed

+397
-269
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.6
55
- hhvm
66
- 7
7+
- 7.1
78

89
before_script:
910
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {},
1414
"require-dev": {
15-
"phpunit/phpunit": "*",
15+
"phpunit/phpunit": "< 6",
1616
"satooshi/php-coveralls": "dev-master"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)