Skip to content

Commit 4177885

Browse files
committed
Make package Guzzle 7.x compatible
1 parent c136751 commit 4177885

File tree

8 files changed

+1602
-1278
lines changed

8 files changed

+1602
-1278
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
2+
.phpunit.result.cache
23
vendor
34
coverage

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22

33
php:
44
- 7.4
5+
- 8.0
56

67
env:
78
global:

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
"psr-4": { "Omnipay\\FirstDataLatvia\\" : "src/" }
1313
},
1414
"require": {
15-
"omnipay/common": "~3.0"
15+
"omnipay/common": "~3.0",
16+
"php-http/guzzle7-adapter": "^1.0"
1617
},
1718
"require-dev": {
18-
"omnipay/tests": "~3.0",
19+
"omnipay/tests": "^4",
1920
"squizlabs/php_codesniffer": "^3",
2021
"phpro/grumphp": "^1",
2122
"php-coveralls/php-coveralls": "^2"

0 commit comments

Comments
 (0)