File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 3.0.0] - Unreleased
7
+ ## [ 3.0.0]
8
8
### Added
9
9
- Added ` phpunit/phpunit ` to suggested dependencies in ` composer.json ` .
10
10
- Added ` youwe/coding-standard-phpstorm ` to suggested dependencies in ` composer.json ` .
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
- Moved existing project-type specific rulesets from inner dependencies to testing-suite package.
26
26
- Simplified PHPMD rulesets with rationale behind rule changes.
27
27
- Updated remote schema location URL for phpmd rulesets to prevent redirecting which may cause flaky builds.
28
+ - Bumped phpro/grumphp-shim dependency from v1 to v2
28
29
29
30
### Removed
30
31
- Removed support for EOL PHP versions. Projects running PHP < 8.1 can stick to version 2 of the testing-suite.
Original file line number Diff line number Diff line change 29
29
"dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
30
30
"enlightn/security-checker" : " ^1.5 || ^2.0" ,
31
31
"kint-php/kint" : " @stable" ,
32
- "php-parallel-lint/php-parallel-lint" : " ^1.2 " ,
32
+ "php-parallel-lint/php-parallel-lint" : " ^1.4 " ,
33
33
"phpmd/phpmd" : " ^2.15" ,
34
- "phpro/grumphp-shim" : " ^1.13 " ,
34
+ "phpro/grumphp-shim" : " ^2.12 " ,
35
35
"phpstan/phpstan" : " @stable" ,
36
36
"squizlabs/php_codesniffer" : " ^3.12.0" ,
37
- "youwe/composer-dependency-installer" : " ^1.4 .0" ,
37
+ "youwe/composer-dependency-installer" : " ^1.5 .0" ,
38
38
"youwe/composer-file-installer" : " ^1.2.0"
39
39
},
40
40
"suggest" : {
You can’t perform that action at this time.
0 commit comments