Skip to content

Commit

Permalink
Update branch alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed May 13, 2018
1 parent e32f4e5 commit eec0cfe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,19 @@
}
],
"autoload": {
"psr-4": { "Omnipay\\Datatrans\\" : "src/" }
"psr-4": {
"Omnipay\\Datatrans\\" : "src/"
}
},
"require": {
"php": "^5.5||^7.0",
"omnipay/common": "~2.5"
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
}
}
}

0 comments on commit eec0cfe

Please sign in to comment.