Skip to content

Commit eec0cfe

Browse files
committed
Update branch alias.
1 parent e32f4e5 commit eec0cfe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,19 @@
2323
}
2424
],
2525
"autoload": {
26-
"psr-4": { "Omnipay\\Datatrans\\" : "src/" }
26+
"psr-4": {
27+
"Omnipay\\Datatrans\\" : "src/"
28+
}
2729
},
2830
"require": {
29-
"php": "^5.5||^7.0",
3031
"omnipay/common": "~2.5"
3132
},
3233
"require-dev": {
3334
"omnipay/tests": "~2.0"
3435
},
3536
"extra": {
3637
"branch-alias": {
37-
"dev-master": "1.0.x-dev"
38+
"dev-master": "2.0.x-dev"
3839
}
39-
}
40+
}
4041
}

0 commit comments

Comments
 (0)