From 272110a030c086ffb3f1a8f8d6a80914180c9894 Mon Sep 17 00:00:00 2001 From: Darryn Ten Date: Sun, 12 Feb 2017 03:33:19 +0200 Subject: [PATCH 1/2] Added badges to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3562c7a..61911a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ## google-natural-language-php +![Travis Build Status](https://travis-ci.org/darrynten/google-natural-language-php.svg?branch=master) +![StyleCI Status](https://styleci.io/repos/81687310/shield?branch=master) +![Packagist Version](https://img.shields.io/packagist/v/darrynten/google-natural-language-php.svg) +![MIT License](https://img.shields.io/github/license/darrynten/google-natural-language-php.svg) + An unofficial, fully unit tested Google Natural Language PHP client with extra sugar. From 9c1f93786c244eab9d3081b527614002ba11e503 Mon Sep 17 00:00:00 2001 From: Darryn Ten Date: Sun, 12 Feb 2017 03:36:53 +0200 Subject: [PATCH 2/2] made google cloud a dependency --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0a87870..9e72d69 100644 --- a/composer.json +++ b/composer.json @@ -5,12 +5,12 @@ "require": { "php": "^5.5.9 || ^7.0", "guzzlehttp/guzzle": "^6.2.1", + "google/cloud": "^0.20.2", "darrynten/any-cache": "^1.0" }, "require-dev": { "phpunit/phpunit": "~5.0", - "mockery/mockery": "dev-master", - "google/cloud": "^0.20.2" + "mockery/mockery": "dev-master" }, "config": { "bin-dir": "bin"