Skip to content

Commit

Permalink
Merge pull request #3 from zacksleo/v3
Browse files Browse the repository at this point in the history
build(composer): upgrade to v3 to make compatible with omnipay
  • Loading branch information
zacksleo authored Jul 1, 2019
2 parents 1ef8c45 + a6cb608 commit 13efb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"omnipay/common": "~2.0"
"omnipay/common": "^3.0"
},
"autoload": {
"psr-4": {
"Omnipay\\Bill99\\": "src/"
}
},
"require-dev": {
"omnipay/tests": "~2.0"
"omnipay/tests": "^3.0"
}
}

0 comments on commit 13efb6f

Please sign in to comment.