From bf927b58870911dd2ba1b5da2cc9f623d4680931 Mon Sep 17 00:00:00 2001 From: Adar Porat Date: Thu, 7 Aug 2014 20:52:16 -0400 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8aa432b..4627915 100755 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require" : { "php" : ">=5.4", "guzzle/guzzle" : "3.8.*", - "google/apiclient": "dev-master" + "google/apiclient": "1.0.4-beta" }, "require-dev" : { "phpunit/phpunit" : "3.7.*@stable", @@ -37,4 +37,4 @@ "email" : "adar.porat@gmail.com", "issues" : "https://github.com/aporat/store-receipt-validator/issues" } -} \ No newline at end of file +}