Skip to content

Commit

Permalink
Allow to install PHP coding standards on PHP 8 (#169)
Browse files Browse the repository at this point in the history
* Allow to install PHP coding standards on PHP 8

* Update CHANGELOG.md
  • Loading branch information
ocean90 authored Jan 24, 2022
1 parent 357d092 commit 18d1e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* PHP: Update slevomat/coding-standard from 7.0.12 to [7.0.18](https://github.com/slevomat/coding-standard/releases/tag/7.0.18).
* PHP: Update phpcompatibility/phpcompatibility-wp from 2.1.1 to [2.1.3](https://github.com/PHPCompatibility/PHPCompatibilityWP/releases/tag/2.1.3).
* PHP: Allow to install on PHP 8.

## [2.2.0] - 2021-07-15

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"phpcompatibility/phpcompatibility-wp": "2.1.3",
"sirbrillig/phpcs-variable-analysis": "2.11.2",
"slevomat/coding-standard": "7.0.18",
Expand Down

0 comments on commit 18d1e5b

Please sign in to comment.