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

Commit 77906a3

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
- 7.4
87
- 8.0
8+
- nightly
99

1010
sudo: false
1111

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)