Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dongreenmedl committed Oct 22, 2019
2 parents 04ee6e8 + e92b4fa commit ceb437f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "medlmobileenterprises/omnipay-cybersource-so",
"type": "library",
"require": {
"omnipay/common": "~3.0",
"omnipay/common": "^2.0",
"ext-json": "*",
"cybersource/sdk-php": "^1.0"
},
"require-dev": {
"omnipay/tests": "~3.0",
"squizlabs/php_codesniffer": "^3",
"phpunit/phpunit": "^6"
"omnipay/tests": "^2.0",
"squizlabs/php_codesniffer": "^1",
"phpunit/phpunit": "^3"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit ceb437f

Please sign in to comment.