Skip to content

Commit

Permalink
Merge pull request #922 from phpmd/release/2.11.0
Browse files Browse the repository at this point in the history
Prepare build for 2.11.0 release
  • Loading branch information
kylekatarnls committed Nov 29, 2021
2 parents 6c2d39c + 993d735 commit 3637949
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
phpmd-2.11.0 (2021/11/29)
========================

- Added #815 in #817: Rule name in text output
- Fixed #884 in #905: Avoid unused parameters on PHP 8: Constructor property
- Fixed #870 in #906: False-positive message "Avoid using undefined variables" on a static variable
- Fixed #714 in #781: static:: and self:: properties access

phpmd-2.10.2 (2021/07/22)
========================

Expand Down
2 changes: 1 addition & 1 deletion build.properties
@@ -1,7 +1,7 @@
project.dir =
project.uri = phpmd.org
project.name = phpmd
project.version = 2.10.2
project.version = 2.11.0
project.stability = stable

# Disable pear support. This cannot be removed as long as setup tool is used
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -36,7 +36,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.3.9",
"pdepend/pdepend": "^2.10.0",
"pdepend/pdepend": "^2.10.2",
"ext-xml": "*",
"composer/xdebug-handler": "^1.0 || ^2.0"
},
Expand Down

0 comments on commit 3637949

Please sign in to comment.