Skip to content

Commit

Permalink
Extend support to wp-filter-side-effects 1.0 (#486)
Browse files Browse the repository at this point in the history
* Extend support to wp-filter-side-effects 1.0

* CHANGELOG

* Removing Generic.Commenting.DocComment.SpacingAfterTagGroup from rule
  • Loading branch information
srtfisher authored Jan 8, 2024
1 parent 59ced50 commit 201dbfc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.12.12 - 2024-01-08

### Added

- Adding support back for `alleyinteractive/wp-filter-side-effects` 1.0.

## v0.12.11 - 2023-12-18

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-asset-manager": "^1.3.3",
"alleyinteractive/wp-asset-manager": "^1.3.6",
"alleyinteractive/wp-caper": "^2.0.1",
"alleyinteractive/wp-concurrent-remote-requests": "^1.0.2",
"alleyinteractive/wp-filter-side-effects": "^2.0",
"alleyinteractive/wp-filter-side-effects": "^1.0 || ^2.0",
"doctrine/inflector": "^2.0.8",
"dragonmantank/cron-expression": "^3.3.3",
"fakerphp/faker": "^1.23",
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<exclude name="PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.NeedsInspection" />
<exclude name="PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.Changed" />
<exclude name="Squiz.Commenting.FunctionComment.IncorrectTypeHint" />
<exclude name="Generic.Commenting.DocComment.SpacingAfterTagGroup" />
<exclude name="Generic.Commenting.DocComment.MissingShort" />
</rule>

Expand Down
2 changes: 1 addition & 1 deletion src/mantle/database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-filter-side-effects": "^2.0",
"alleyinteractive/wp-filter-side-effects": "^1.0 || ^2.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12",
"psr/container": "^1.1.1 || ^2.0.2",
Expand Down

0 comments on commit 201dbfc

Please sign in to comment.