Skip to content

Commit

Permalink
Merge pull request #1040 from phpmd/release/v2.14.1
Browse files Browse the repository at this point in the history
Prepare 2.14.1 release
  • Loading branch information
kylekatarnls committed Sep 28, 2023
2 parents bb29fe8 + 37e0be1 commit 442fc2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
phpmd-2.14.1 (2023/09/28)
========================

- Require pdepend/pdepend 2.15.1
- Fixed #1039 Re-allow empty compilation unit.
- Fixed #1037: Cache result also if there are no composer or baseline files.

phpmd-2.14.0 (2023/09/26)
========================

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.14.0
project.version = 2.14.1
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 @@ -37,7 +37,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.3.9",
"pdepend/pdepend": "^2.15.0",
"pdepend/pdepend": "^2.15.1",
"ext-xml": "*",
"composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0"
},
Expand Down

0 comments on commit 442fc2c

Please sign in to comment.