Skip to content

Commit f8e79d8

Browse files
authored
Allow PHPUnit 8
1 parent 454001c commit f8e79d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,20 @@
2323
"psr-4": { "Omnipay\\Tests\\" : "src/" }
2424
},
2525
"require": {
26-
"php": "^7.3|^8",
26+
"php": "^7.2|^8",
27+
"php-http/discovery": "^1.13",
2728
"php-http/mock-client": "^1.1",
2829
"guzzlehttp/psr7": "^1",
2930
"mockery/mockery": "^1.4",
30-
"phpunit/phpunit": "^9"
31+
"phpunit/phpunit": "^8.5|^9"
3132
},
3233
"require-dev": {
3334
"omnipay/common": "^3",
3435
"symfony/http-foundation": "^3|^4|^5"
3536
},
3637
"extra": {
3738
"branch-alias": {
38-
"dev-master": "4.0.x-dev"
39+
"dev-master": "4.1.x-dev"
3940
}
4041
},
4142
"prefer-stable": true

0 commit comments

Comments
 (0)