Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
Updated documentation shields and links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Nov 11, 2013
1 parent 31eecf2 commit c7c7fc2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@
[![Test coverage]][Test coverage report]
[![Uses semantic versioning]][SemVer]

## Installation and documentation

* Available as [Composer] package [eloquent/constance].
* [API documentation] available.

<!-- References -->

[Build status]: https://api.travis-ci.org/ezzatron/constance.png?branch=master
[Latest build]: https://travis-ci.org/ezzatron/constance
[API documentation]: http://lqnt.co/constance/artifacts/documentation/api/
[Build status]: https://api.travis-ci.org/eloquent/constance.png?branch=master
[Composer]: http://getcomposer.org/
[eloquent/constance]: https://packagist.org/packages/eloquent/constance
[Latest build]: https://travis-ci.org/eloquent/constance
[SemVer]: http://semver.org/
[Test coverage report]: https://coveralls.io/r/ezzatron/constance
[Test coverage]: https://coveralls.io/repos/ezzatron/constance/badge.png?branch=master
[Test coverage report]: https://coveralls.io/r/eloquent/constance
[Test coverage]: https://coveralls.io/repos/eloquent/constance/badge.png?branch=master
[Uses semantic versioning]: http://b.repl.ca/v1/semver-yes-brightgreen.png
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3",
"eloquent/enumeration": "dev-feature/interfaces",
"eloquent/enumeration": "~5",
"icecave/isolator": "~2"
},
"require-dev": {
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7c7fc2

Please sign in to comment.