Skip to content

Commit

Permalink
Add badges.
Browse files Browse the repository at this point in the history
- update phpunit version
- add installation head to readme.
  • Loading branch information
ushios committed Oct 17, 2015
1 parent 69681e7 commit dd29688
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,30 @@ ushios/shape

[![Build Status](https://travis-ci.org/ushios/composer-shape.svg)](https://travis-ci.org/ushios/composer-shape)
[![Coverage Status](https://coveralls.io/repos/ushios/composer-shape/badge.svg?branch=master&service=github)](https://coveralls.io/github/ushios/composer-shape?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/562238cb36d0ab00190009cb/badge.svg?style=flat)](https://www.versioneye.com/user/projects/562238cb36d0ab00190009cb)

Calculates your shapes.

Installation
=============

Using composer
---------------

```
{
...
"require": {
"ushios/shape": "0.*"
}
}
```

[@see Packagist](https://packagist.org/packages/ushios/shape)

Developers
===========


Test
-----

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
],
"require" : {
"php": ">=5.3.0"
"php": ">=5.3.3"
},
"require-dev" : {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit": "4.8.*",
"phpdocumentor/phpdocumentor": "2.*",
"fabpot/php-cs-fixer": "*",
"satooshi/php-coveralls": "dev-master"
Expand Down

0 comments on commit dd29688

Please sign in to comment.