Skip to content

Commit

Permalink
Update to Omnipay v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Oct 17, 2019
1 parent 5ba57ba commit 87a756f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,21 @@
}
],
"require": {
"omnipay/common": "~2.3"
"omnipay/common": "^3.0"
},
"require-dev": {
"omnipay/tests": "~2.0",
"omnipay/tests": "^3.0",
"hiqdev/hidev-php": "*",
"hiqdev/hidev-hiqdev": "*"
},
"autoload": {
"psr-4": {
"Omnipay\\Qiwi\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}

0 comments on commit 87a756f

Please sign in to comment.