Skip to content

Commit 022160b

Browse files
author
Stefan Boonstra
committed
chore: contribution update and dependency installer version bump
1 parent 8b1ceec commit 022160b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- Simplified PHPMD rulesets with rationale behind rule changes.
3232
- Updated remote schema location URL for phpmd rulesets to prevent redirecting which may cause flaky builds.
3333
- Bumped phpro/grumphp-shim dependency from v1 to v2
34+
- Bumped youwe/composer-dependency-installer from v1 to v2
3435

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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ If a PR is approved please ask one of the following maintainers to get it merged
88

99
- [Igor Wulff](https://github.com/igorwulff)
1010
- [Leon Helmus](https://github.com/leonhelmus)
11-
- [Rutger Rademakers](https://github.com/rutgerrademaker)
11+
- [Rutger Rademaker](https://github.com/rutgerrademaker)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"phpro/grumphp-shim": "^2.12",
3535
"phpstan/phpstan": "@stable",
3636
"squizlabs/php_codesniffer": "^3.12.0",
37-
"youwe/composer-dependency-installer": "^1.5.0",
37+
"youwe/composer-dependency-installer": "^2.0",
3838
"youwe/composer-file-installer": "^1.2.0"
3939
},
4040
"suggest": {

0 commit comments

Comments
 (0)