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 7113c24 commit ce7a62dCopy full SHA for ce7a62d
composer.json
@@ -28,20 +28,14 @@
28
"psr-0": { "Omnipay\\AuthorizeNet\\" : "src/" }
29
},
30
"require": {
31
- "omnipay/common": "2.*"
+ "omnipay/common": "~2.0"
32
33
"require-dev": {
34
- "guzzle/plugin-mock": "~3.1",
35
- "mockery/mockery": "~0.8",
36
- "omnipay/tests": "2.*",
37
- "phpunit/phpunit": "~3.7.16",
38
- "squizlabs/php_codesniffer": "~1.4.4"
+ "omnipay/tests": "~2.0"
39
40
"extra": {
41
"branch-alias": {
42
"dev-master": "2.0.x-dev"
43
}
44
- },
45
- "minimum-stability": "dev",
46
- "prefer-stable": true
+ }
47
0 commit comments