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

Commit

Permalink
Extract request object
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Feb 26, 2017
1 parent 5e38c90 commit 138fec7
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 269 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- hhvm
- 7
- 7.1

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "< 6",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
Expand Down
Loading

0 comments on commit 138fec7

Please sign in to comment.