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

Commit 7559b97

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1|^8.0"
15+
"php": "^7.2|^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)