From 96598e4c2ee824967c6be8a381456fe491ad06bd Mon Sep 17 00:00:00 2001 From: Joshua Rumbut Date: Sun, 10 Jul 2016 18:20:09 -0400 Subject: [PATCH] updates packagist config and composer.json --- README.md | 8 ++++---- composer.json | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0d7ca43..7a397b4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index b902384..9381e76 100644 --- a/composer.json +++ b/composer.json @@ -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": {