Skip to content

Commit a48962a

Browse files
authored
Merge pull request #34 from YouweGit/feat/v3-upgrade-grumphp
feat: bump packages
2 parents 310a35f + 32978a8 commit a48962a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [3.0.0] - Unreleased
7+
## [3.0.0]
88
### Added
99
- Added `phpunit/phpunit` to suggested dependencies in `composer.json`.
1010
- 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
2525
- Moved existing project-type specific rulesets from inner dependencies to testing-suite package.
2626
- Simplified PHPMD rulesets with rationale behind rule changes.
2727
- 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
2829

2930
### Removed
3031
- Removed support for EOL PHP versions. Projects running PHP < 8.1 can stick to version 2 of the testing-suite.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
3030
"enlightn/security-checker": "^1.5 || ^2.0",
3131
"kint-php/kint": "@stable",
32-
"php-parallel-lint/php-parallel-lint": "^1.2",
32+
"php-parallel-lint/php-parallel-lint": "^1.4",
3333
"phpmd/phpmd": "^2.15",
34-
"phpro/grumphp-shim": "^1.13",
34+
"phpro/grumphp-shim": "^2.12",
3535
"phpstan/phpstan": "@stable",
3636
"squizlabs/php_codesniffer": "^3.12.0",
37-
"youwe/composer-dependency-installer": "^1.4.0",
37+
"youwe/composer-dependency-installer": "^1.5.0",
3838
"youwe/composer-file-installer": "^1.2.0"
3939
},
4040
"suggest": {

0 commit comments

Comments
 (0)