Skip to content

Commit b8daa20

Browse files
Merge pull request #9 from vimeo/update-dependencies
Updating `guzzlehttp/guzzle` to ^6.5|^7.8 and `omnipay/common` to ^3.0
2 parents 098fd6f + 9850f77 commit b8daa20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
},
1818
"require": {
19-
"guzzlehttp/guzzle": "^6.5",
19+
"guzzlehttp/guzzle": "^6.5|^7.8",
2020
"psr/log": "^1.0",
21-
"omnipay/common": "3.0"
21+
"omnipay/common": "^3.0"
2222
},
2323
"require-dev": {
2424
"omnipay/tests": "3.0"

0 commit comments

Comments
 (0)