Skip to content

Commit

Permalink
Add thanks package
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Jan 6, 2018
1 parent 06cea55 commit 0b0d067
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.16] - 5 Jan 2018
### Added
- `thanks` package.

### Updated
- readme explaining `thanks` package.

## [0.2.15] - 30 Dec 2017
### Added
- sanity checks for artisan command with feedback as to what needs to be fixed.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -123,3 +123,10 @@ information included to be actionable.
### Submitting Pull Requests
Please review the Contribution Guidelines <https://github.com/GeneaLabs/laravel-model-caching/blob/master/CONTRIBUTING.md>.
Only PRs that meet all criterium will be accepted.

## Support Open-Source Software - Give Thanks!
We have included the awesome `symfony/thanks` composer package as a dev
dependency. Let your OS package maintainers know you appreciate them by starring
the packages you use. Simply run composer thanks after installing this package.
(And not to worry, since it's a dev-dependency it won't be installed in your
live environment.)
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,8 @@
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "5.7.*",
"php-coveralls/php-coveralls" : "*",
"sebastian/phpcpd": "*"
"sebastian/phpcpd": "*",
"symfony/thanks": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0b0d067

Please sign in to comment.