Skip to content

Commit

Permalink
Merge pull request #2 from darrynten/fix/readme
Browse files Browse the repository at this point in the history
Added badges to README.md
  • Loading branch information
darrynten authored Feb 12, 2017
2 parents 1c0abad + 9c1f937 commit df6bf26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit df6bf26

Please sign in to comment.