We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454001c commit f8e79d8Copy full SHA for f8e79d8
composer.json
@@ -23,19 +23,20 @@
23
"psr-4": { "Omnipay\\Tests\\" : "src/" }
24
},
25
"require": {
26
- "php": "^7.3|^8",
+ "php": "^7.2|^8",
27
+ "php-http/discovery": "^1.13",
28
"php-http/mock-client": "^1.1",
29
"guzzlehttp/psr7": "^1",
30
"mockery/mockery": "^1.4",
- "phpunit/phpunit": "^9"
31
+ "phpunit/phpunit": "^8.5|^9"
32
33
"require-dev": {
34
"omnipay/common": "^3",
35
"symfony/http-foundation": "^3|^4|^5"
36
37
"extra": {
38
"branch-alias": {
- "dev-master": "4.0.x-dev"
39
+ "dev-master": "4.1.x-dev"
40
}
41
42
"prefer-stable": true
0 commit comments