File tree Expand file tree Collapse file tree 4 files changed +37
-28
lines changed Expand file tree Collapse file tree 4 files changed +37
-28
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 2.0.1 ] - 2024-10-09
99
1010### Added
1111
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323 * Updated ` CONTRIBUTING.md ` with more guidelines/information.
2424 * Updated ` .gitattributes `
2525 * Updates:
26- * ` phpstan ` to the non-dev ` 1.11 .0 `
26+ * ` phpstan ` to the non-dev ` 1.12 .0 `
2727 * ` phpstan/phpstan-phpunit ` to the non-dev ` 1.4.0 `
2828 * ` phpstan/phpstan-strict-rules ` to the non-dev ` 1.6.0 `
2929 * The ` box ` configuration for generating the Phar has been updated.
@@ -123,5 +123,6 @@ This initial version is forked from [rregeer/phpunit-coverage-check](https://git
123123
124124
125125[ unreleased ] : https://github.com/ericsizemore/phpunit-coverage-check/tree/master
126+ [ 2.0.1 ] : https://github.com/ericsizemore/phpunit-coverage-check/releases/tag/2.0.1
126127[ 2.0.0 ] : https://github.com/ericsizemore/phpunit-coverage-check/releases/tag/2.0.0
127128[ 1.0.0 ] : https://github.com/ericsizemore/phpunit-coverage-check/releases/tag/1.0.0
Original file line number Diff line number Diff line change @@ -220,6 +220,13 @@ See [CONTRIBUTING](CONTRIBUTING.md)
220220* See [ backward-compatibility.md] ( backward-compatibility.md )
221221
222222
223+ ### Credits
224+
225+ - Author: [ Eric Sizemore] ( https://github.com/ericsizemore )
226+ - Thanks to [ all Contributors] ( https://github.com/ericsizemore/phpunit-coverage-check/contributors ) .
227+ - Special thanks to [ JetBrains] ( https://www.jetbrains.com/?from=phpunit-coverage-check ) for their Licenses for Open Source Development.
228+
229+
223230### Author
224231
225232Eric Sizemore - < admin@secondversion.com > - < https://www.secondversion.com >
Original file line number Diff line number Diff line change 5757 "symfony/console" : " ^7.1"
5858 },
5959 "require-dev" : {
60- "friendsofphp/php-cs-fixer" : " ^3.62 " ,
60+ "friendsofphp/php-cs-fixer" : " ^3.64 " ,
6161 "phpstan/extension-installer" : " ^1.4" ,
62- "phpstan/phpstan" : " ^1.11 " ,
62+ "phpstan/phpstan" : " ^1.12 " ,
6363 "phpstan/phpstan-deprecation-rules" : " ^1.2" ,
6464 "phpstan/phpstan-phpunit" : " ^1.4" ,
6565 "phpstan/phpstan-strict-rules" : " ^1.6" ,
66- "phpunit/phpunit" : " ^11.3 "
66+ "phpunit/phpunit" : " ^11.4 "
6767 },
6868 "minimum-stability" : " dev" ,
6969 "prefer-stable" : true ,
9494 }
9595 },
9696 "scripts" : {
97+ "clear-build" : " rm -rf ./build/*" ,
9798 "cs:check" : " vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff" ,
9899 "cs:fix" : " vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php" ,
99100 "phpstan" : " vendor/bin/phpstan analyse -c phpstan.neon -vvv" ,
You can’t perform that action at this time.
0 commit comments