Skip to content

Commit

Permalink
Use Guzzle7 as default implementation (#615)
Browse files Browse the repository at this point in the history
* Use Guzzle7 adapter as default implementation
  • Loading branch information
barryvdh authored Sep 22, 2020
1 parent 048c42c commit 1ba7c8a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
}
],
"require": {
"php": "^5.6|^7",
"php": "^7.2",
"omnipay/common": "^3",
"php-http/guzzle6-adapter": "^1.1|^2"
"php-http/discovery": "^1.12",
"php-http/guzzle7-adapter": "^0.1"
},
"require-dev": {
"omnipay/tests": "^3"
Expand All @@ -33,11 +34,12 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.1.x-dev"
}
},
"scripts": {
"test": "phpunit"
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 1ba7c8a

Please sign in to comment.