Skip to content

Commit

Permalink
updates packagist config and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jrumbut committed Jul 10, 2016
1 parent 8fa6c17 commit 96598e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ If you discover any security related issues, please email joshua.rumbut@gmail.co

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/jrumbut/EloquentMemoize.svg?style=flat-square
[ico-version]: https://img.shields.io/packagist/v/jrumbut/eloquent-memoize.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/jrumbut/eloquent-memoize/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/jrumbut/eloquent-memoize.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/jrumbut/eloquent-memoize.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/jrumbut/EloquentMemoize.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/jrumbut/eloquent-memoize.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/jrumbut/EloquentMemoize
[link-packagist]: https://packagist.org/packages/jrumbut/eloquent-memoize
[link-travis]: https://travis-ci.org/jrumbut/eloquent-memoize
[link-scrutinizer]: https://scrutinizer-ci.com/g/jrumbut/eloquent-memoize/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/jrumbut/eloquent-memoize
[link-downloads]: https://packagist.org/packages/jrumbut/EloquentMemoize
[link-downloads]: https://packagist.org/packages/jrumbut/eloquent-memoize
[link-author]: https://github.com/jrumbut
[link-contributors]: ../../contributors
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "jrumbut/eloquent-memoize",
"description": "",
"description": "Memoization for Eloquent (Laravel) Models",
"keywords": [
"Skeleton",
"PSR"
"Memoization",
"Laravel",
"Eloquent"
],
"homepage": "https://github.com/jrumbut/eloquent-memoize",
"license": "MIT",
"authors": [
{
"name": "Joshua Rumbut",
"email": "joshua.rumbut@gmail.com"
"email": "joshua.rumbut@gmail.com",
"role": "Developer"
}
],
"require": {
Expand Down

0 comments on commit 96598e4

Please sign in to comment.