Skip to content

Commit

Permalink
Merge pull request #13 from cliche23/param-changes
Browse files Browse the repository at this point in the history
Update omnipay-tests package version and fix request parameters according to documentation
  • Loading branch information
cliche23 authored Aug 19, 2024
2 parents c0f98b9 + 002b4d5 commit 9569d7e
Show file tree
Hide file tree
Showing 6 changed files with 2,120 additions and 1,879 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,20 @@
"psr-4": { "Omnipay\\SwedbankBanklink\\" : "src/" }
},
"require": {
"omnipay/common": "~3.0"
"omnipay/common": "~3.0",
"php-http/guzzle7-adapter": "^1.0"
},
"require-dev": {
"omnipay/tests": "~3.0",
"omnipay/tests": "~4.0",
"squizlabs/php_codesniffer": "^3",
"phpro/grumphp": "^1",
"php-coveralls/php-coveralls": "^2"
"php-coveralls/php-coveralls": "^2",
"http-interop/http-factory-guzzle": "^1.2"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"phpro/grumphp": true
}
}
}
Loading

0 comments on commit 9569d7e

Please sign in to comment.