Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cardgate authored Jan 21, 2020
1 parent 0b9768c commit 9fc86a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@
}
},
"require": {
"omnipay/common": "^3.0.2"
"php": "^5.6|^7",
"omnipay/common": "^3",
"php-http/guzzle6-adapter": "^1.1|^2"
},
"require-dev": {
"omnipay/tests": "^2|^3"
"omnipay/tests": "^3"
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
},
"prefer-stable": true
}

0 comments on commit 9fc86a7

Please sign in to comment.