Skip to content

Commit f6f9814

Browse files
committed
Merge branch 'master' of github.com:GeneaLabs/laravel-model-caching
2 parents 9f76c20 + 4c90b9d commit f6f9814

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.16] - 5 Jan 2018
8+
### Added
9+
- `thanks` package.
10+
11+
### Updated
12+
- readme explaining `thanks` package.
13+
714
## [0.2.15] - 30 Dec 2017
815
### Added
916
- sanity checks for artisan command with feedback as to what needs to be fixed.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Model Caching for Laravel
44
[![Gitter](https://badges.gitter.im/GeneaLabs/laravel-model-caching.svg)](https://gitter.im/GeneaLabs/laravel-model-caching?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
55
[![Travis](https://img.shields.io/travis/GeneaLabs/laravel-model-caching.svg)](https://travis-ci.org/GeneaLabs/laravel-model-caching)
6-
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/fde269ac-c382-4d17-a647-c69ad6b9dd85.svg)](https://insight.sensiolabs.com/projects/fde269ac-c382-4d17-a647-c69ad6b9dd85)
76
[![Scrutinizer](https://img.shields.io/scrutinizer/g/GeneaLabs/laravel-model-caching.svg)](https://scrutinizer-ci.com/g/GeneaLabs/laravel-model-caching)
87
[![Coveralls](https://img.shields.io/coveralls/GeneaLabs/laravel-model-caching.svg)](https://coveralls.io/github/GeneaLabs/laravel-model-caching)
98
[![GitHub (pre-)release](https://img.shields.io/github/release/GeneaLabs/laravel-model-caching/all.svg)](https://github.com/GeneaLabs/laravel-model-caching)
@@ -123,3 +122,10 @@ information included to be actionable.
123122
### Submitting Pull Requests
124123
Please review the Contribution Guidelines <https://github.com/GeneaLabs/laravel-model-caching/blob/master/CONTRIBUTING.md>.
125124
Only PRs that meet all criterium will be accepted.
125+
126+
## ❤️ Open-Source Software - Give ⭐️
127+
We have included the awesome `symfony/thanks` composer package as a dev
128+
dependency. Let your OS package maintainers know you appreciate them by starring
129+
the packages you use. Simply run composer thanks after installing this package.
130+
(And not to worry, since it's a dev-dependency it won't be installed in your
131+
live environment.)

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"phpmd/phpmd": "^2.6",
2222
"phpunit/phpunit": "5.7.*",
2323
"php-coveralls/php-coveralls" : "*",
24-
"sebastian/phpcpd": "*"
24+
"sebastian/phpcpd": "*",
25+
"symfony/thanks": "^1.0"
2526
},
2627
"autoload": {
2728
"psr-4": {

0 commit comments

Comments
 (0)