Skip to content

Commit

Permalink
Merge pull request #113 from gocardless/template-changes
Browse files Browse the repository at this point in the history
Template changes
  • Loading branch information
matthieuprat authored Nov 18, 2020
2 parents e27297a + 788b6fd commit d9097b9
Show file tree
Hide file tree
Showing 16 changed files with 1,075 additions and 270 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
composer.phar
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gocardless/gocardless-pro",
"description": "GoCardless Pro PHP Client Library",
"version": "4.7.0",
"version": "4.8.0",
"keywords": [
"gocardless",
"direct debit",
Expand All @@ -20,7 +20,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "^6.0 | ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand Down
Loading

0 comments on commit d9097b9

Please sign in to comment.