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