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 fae2bc9 commit 3b19dacCopy full SHA for 3b19dac
composer.json
@@ -42,7 +42,7 @@
42
"classmap": ["tests/OmnipayTest.php"]
43
},
44
"require": {
45
- "php": "^7.3|^8",
+ "php": "^7.2|^8",
46
"php-http/client-implementation": "^1",
47
"php-http/message": "^1.5",
48
"php-http/discovery": "^1.13",
@@ -51,13 +51,13 @@
51
"moneyphp/money": "^3.1"
52
53
"require-dev": {
54
- "omnipay/tests": "^4",
+ "omnipay/tests": "^4.1",
55
"php-http/mock-client": "^1",
56
"squizlabs/php_codesniffer": "^3.5"
57
58
"extra": {
59
"branch-alias": {
60
- "dev-master": "3.0.x-dev"
+ "dev-master": "3.1.x-dev"
61
}
62
63
"suggest": {
0 commit comments