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 e32f4e5 commit eec0cfeCopy full SHA for eec0cfe
composer.json
@@ -23,18 +23,19 @@
23
}
24
],
25
"autoload": {
26
- "psr-4": { "Omnipay\\Datatrans\\" : "src/" }
+ "psr-4": {
27
+ "Omnipay\\Datatrans\\" : "src/"
28
+ }
29
},
30
"require": {
- "php": "^5.5||^7.0",
31
"omnipay/common": "~2.5"
32
33
"require-dev": {
34
"omnipay/tests": "~2.0"
35
36
"extra": {
37
"branch-alias": {
- "dev-master": "1.0.x-dev"
38
+ "dev-master": "2.0.x-dev"
39
- }
40
41
0 commit comments