Skip to content
Snippets Groups Projects
Commit 6f398309 authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #7286 from stanley-cheung/php-update-auth

PHP: update composer.json 
parents 96c81bfe bcd10153
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,10 @@ ...@@ -13,8 +13,10 @@
], ],
"require": { "require": {
"php": ">=5.5.0", "php": ">=5.5.0",
"datto/protobuf-php": "dev-master", "datto/protobuf-php": "dev-master"
"google/auth": "v0.7" },
"require-dev": {
"google/auth": "v0.9"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment