Skip to content

Commit bdf0e17

Browse files
committed
Downgrade to phpunit 7 to support php 7.1
1 parent 13f6308 commit bdf0e17

File tree

2 files changed

+69
-113
lines changed

2 files changed

+69
-113
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,18 @@
3131
},
3232
"require-dev": {
3333
"friendsofphp/php-cs-fixer": "^2.14",
34-
"phpunit/phpunit": "^8.0",
34+
"phpunit/phpunit": "^7.0",
3535
"phpspec/phpspec": "^5.0",
3636
"symfony/yaml": "^4.2",
3737
"donatj/mock-webserver": "^2.0",
3838
"http-interop/http-factory-guzzle": "^1.0",
3939
"php-http/guzzle6-adapter": "^2.0"
4040
},
4141
"config": {
42-
"bin-dir": "bin"
42+
"bin-dir": "bin",
43+
"platform": {
44+
"php": "7.1.3"
45+
}
4346
},
4447
"suggest": {
4548
"php-http/guzzle6-adapter": "In order to use Guzzle v6 as the HTTP client"

composer.lock

Lines changed: 64 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)