Skip to content

Commit

Permalink
Merge pull request #90 from academe/issue89
Browse files Browse the repository at this point in the history
Clear up some token billing ambiguities.

This PR has a lot more changes than I would normally like, but contains more tests in areas that have been refactored, so should be stable. I am going to try it in production for a week before making a minor release.

This version drops support for PHP5.3, which has allowed traits to be used to reduce some duplicate methods (the notification handler does not inherit from the Response class, but shares many of its methods).
  • Loading branch information
judgej authored Sep 28, 2017
2 parents 8e14e23 + 2f418cb commit 08ef596
Show file tree
Hide file tree
Showing 33 changed files with 1,735 additions and 536 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.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

Expand Down
Loading

0 comments on commit 08ef596

Please sign in to comment.