Skip to content

Commit 7b05b57

Browse files
Merge pull request craftcms#12 from boboldehampsink/patch-1
Loosen dependency version constraint
2 parents 51f0843 + d2915fd commit 7b05b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "craftcms/commerce-omnipay",
33
"description": "Omnipay integration plugin for Craft Commerce 2 & 3",
4-
"version": "2.1.0.1",
4+
"version": "2.1.1",
55
"keywords": [
66
"commerce",
77
"craftcms",
@@ -25,7 +25,7 @@
2525
"require": {
2626
"craftcms/commerce": "^2.0|^3.0",
2727
"omnipay/common": "^3.0",
28-
"php-http/guzzle6-adapter": "^1.1.1"
28+
"php-http/guzzle6-adapter": "^1.1.1 || ^2.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)