From 0b0d0676e8b399dc84b9bd6338d9df8b61883b03 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Fri, 5 Jan 2018 18:48:34 -0800 Subject: [PATCH] Add thanks package --- CHANGELOG.md | 7 +++++++ README.md | 7 +++++++ composer.json | 3 ++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0a1d5..9b8e381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 11a0ab9..c188f51 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,10 @@ information included to be actionable. ### Submitting Pull Requests Please review the Contribution Guidelines . 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.) diff --git a/composer.json b/composer.json index 7a49316..d8b31e1 100644 --- a/composer.json +++ b/composer.json @@ -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": {