Skip to content

Commit

Permalink
Merge pull request #36 from didww/add-address-related-items
Browse files Browse the repository at this point in the history
Add address related items
  • Loading branch information
senid231 committed Apr 8, 2021
2 parents 5eb428a + 56c0c99 commit 25dcc00
Show file tree
Hide file tree
Showing 56 changed files with 3,630 additions and 385 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
/vendor
/examples/vendor
/.php_cs.cache
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -16,7 +16,11 @@
"require": {
"php": "^7.2",
"swisnl/json-api-client": "1.3.2",
"guzzlehttp/guzzle": "^7.0"
"guzzlehttp/guzzle": "^7.0",
"phpseclib/phpseclib": "^3.0",
"ext-openssl": "*",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.1|^7.0",
Expand Down

0 comments on commit 25dcc00

Please sign in to comment.