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

Commit

Permalink
added support for PHP8
Browse files Browse the repository at this point in the history
manay PHPunit BCs...
  • Loading branch information
brainexe committed Oct 23, 2020
1 parent 54a0a97 commit 3904268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.3
- 7.4
- 8.0
- nightly

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"php": "^7.1|^8.0"
},
"require-dev": {
"phpunit/phpunit": "~9.2",
"mockery/mockery": "~1.4",
"phpunit/phpunit": "~8.0 | ~9.2",
"mockery/mockery": "~1.3",
"guzzlehttp/guzzle": "~5.0"
},
"suggest": {
Expand Down

0 comments on commit 3904268

Please sign in to comment.