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

Commit 3904268

Browse files
committed
added support for PHP8
manay PHPunit BCs...
1 parent 54a0a97 commit 3904268

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 7.3
77
- 7.4
88
- 8.0
9+
- nightly
910

1011
sudo: false
1112

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"php": "^7.1|^8.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~9.2",
19-
"mockery/mockery": "~1.4",
18+
"phpunit/phpunit": "~8.0 | ~9.2",
19+
"mockery/mockery": "~1.3",
2020
"guzzlehttp/guzzle": "~5.0"
2121
},
2222
"suggest": {

0 commit comments

Comments
 (0)