Skip to content

Commit

Permalink
adapt the code to the new Google's API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
x-fran committed Nov 16, 2018
1 parent 4a7e252 commit 7d89890
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 446 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"php" : "^7.0",
"zendframework/zend-json": "^3.0",
"zendframework/zend-http": "^2.6",
"zendframework/zend-stdlib": "^3.1"
"zendframework/zend-stdlib": "^3.1",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
Expand Down
Loading

0 comments on commit 7d89890

Please sign in to comment.