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 6741054 commit b57afd4Copy full SHA for b57afd4
composer.json
@@ -23,18 +23,19 @@
23
"psr-4": { "Omnipay\\Tests\\" : "src/" }
24
},
25
"require": {
26
+ "php": "^7.3|^8",
27
"php-http/mock-client": "^1.1",
28
"guzzlehttp/psr7": "^1",
29
"mockery/mockery": "^1",
- "phpunit/phpunit": "^5.7|^6"
30
+ "phpunit/phpunit": "^9"
31
32
"require-dev": {
33
"omnipay/common": "^3",
- "symfony/http-foundation": "^3|^4"
34
+ "symfony/http-foundation": "^3|^4|^5"
35
36
"extra": {
37
"branch-alias": {
- "dev-master": "3.1.x-dev"
38
+ "dev-master": "4.0.x-dev"
39
}
40
41
"prefer-stable": true
0 commit comments