Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Merge 8a9cc6b into 8a2142a
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kohlhof authored Jan 10, 2018
2 parents 8a2142a + 8a9cc6b commit 359a1fe
Show file tree
Hide file tree
Showing 22 changed files with 278 additions and 3,843 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/vendor/
/build/
/docs/reference
/.idea
/composer.lock
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.0.0 - 2017-12-12

- support for guzzle >6.0

## v2.2.0 - 2015-12-7
- **NEW META-13** Allow for 201 response on refund - *Joakim.L*

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": ">=4.2,<6.0"
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "4.2.*",
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "1.5.*",
"phpmd/phpmd": "2.1.*",
"phploc/phploc": "2.0.*",
"sebastian/phpcpd": "2.0.*",
"satooshi/php-coveralls": "0.6.*",
"apigen/apigen": "4.0.*",
"apigen/apigen": "~4.0",
"klarna/apigen-theme": "~1.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 359a1fe

Please sign in to comment.