Skip to content

Commit e55aaf9

Browse files
author
Stefan Boonstra
committed
feat: bump packages
* Drop support for englightn/security-checker v1 * Bump grumphp-shim to v2 * Minor json version correction to match currently installed versions during builds
1 parent 310a35f commit e55aaf9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 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.
@@ -35,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3536
- Dependency on seperated coding style packages to simplify development and remove overhead.
3637
- Dropped support for Laravel and Magento 1.
3738
- Dropped inner dependencies on coding-standard, coding-standard-magento2, and coding-standard-phpstorm packages.
39+
- Dropped support for englightn/security-checker v1, only v2 is support moving forward.
3840

3941
## 2.19.1
4042
### Changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"php": "^8.1",
2828
"composer-plugin-api": "^2.0",
2929
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
30-
"enlightn/security-checker": "^1.5 || ^2.0",
30+
"enlightn/security-checker": "^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)