From ea4c547906eb70dd9ff19cf442e708cade888e40 Mon Sep 17 00:00:00 2001 From: Nassif Bourguig Date: Mon, 26 Jun 2017 15:50:27 +0200 Subject: [PATCH] Update goole/apiclient dependency to ^2.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b4fbf8..253d3fe 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*", "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*", "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "google/apiclient": "2.1.2" + "google/apiclient": "^2.1" }, "require-dev": { "phpunit/phpunit": "4.*",