Skip to content

Commit

Permalink
Updated composer for Omnipay 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
derekclaphamfm committed Jul 31, 2018
1 parent 1550fec commit 4801bff
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 @@ -27,10 +27,10 @@
"psr-4": { "Omnipay\\OnePay\\" : "src/" }
},
"require": {
"omnipay/common": "3.0-beta.1",
"omnipay/common": "~3.0",
"php-http/guzzle6-adapter": "^1.1"
},
"require-dev": {
"omnipay/tests": "3.0-beta.1"
"omnipay/tests": "~3.0"
}
}

0 comments on commit 4801bff

Please sign in to comment.