Skip to content

Commit

Permalink
Merge pull request moodlehq#162 from stronk7/phpcs_3_10
Browse files Browse the repository at this point in the history
Bump to phpcs 3.10.1
  • Loading branch information
andrewnicols authored May 28, 2024
2 parents 4d16f38 + b56aaf0 commit c9b7667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).

## [Unreleased]
### Changed
- Update composer dependencies to current versions, notably `PHP_CodeSniffer` (3.10.1) and `PHPCompatibility` (96072c30).

## [v3.4.6] - 2024-04-03
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"php": ">=7.4.0",
"ext-json": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.9.0",
"squizlabs/php_codesniffer": "^3.10.1",
"phpcsstandards/phpcsextra": "^1.2.1",
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24"
"phpcompatibility/php-compatibility": "dev-develop#96072c30"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit c9b7667

Please sign in to comment.