File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.16] - 5 Jan 2018
8
+ ### Added
9
+ - ` thanks ` package.
10
+
11
+ ### Updated
12
+ - readme explaining ` thanks ` package.
13
+
7
14
## [ 0.2.15] - 30 Dec 2017
8
15
### Added
9
16
- sanity checks for artisan command with feedback as to what needs to be fixed.
Original file line number Diff line number Diff line change @@ -123,3 +123,10 @@ information included to be actionable.
123
123
### Submitting Pull Requests
124
124
Please review the Contribution Guidelines < https://github.com/GeneaLabs/laravel-model-caching/blob/master/CONTRIBUTING.md > .
125
125
Only PRs that meet all criterium will be accepted.
126
+
127
+ ## Support Open-Source Software - Give Thanks!
128
+ We have included the awesome ` symfony/thanks ` composer package as a dev
129
+ dependency. Let your OS package maintainers know you appreciate them by starring
130
+ the packages you use. Simply run composer thanks after installing this package.
131
+ (And not to worry, since it's a dev-dependency it won't be installed in your
132
+ live environment.)
Original file line number Diff line number Diff line change 21
21
"phpmd/phpmd" : " ^2.6" ,
22
22
"phpunit/phpunit" : " 5.7.*" ,
23
23
"php-coveralls/php-coveralls" : " *" ,
24
- "sebastian/phpcpd" : " *"
24
+ "sebastian/phpcpd" : " *" ,
25
+ "symfony/thanks" : " ^1.0"
25
26
},
26
27
"autoload" : {
27
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments