Bump phpmd/phpmd from 2.14.0 to 2.14.1

Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](https://github.com/phpmd/phpmd/compare/2.14.0...2.14.1)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-29 10:52:52 +02:00 committed by GitHub
parent 4613adcb96
commit 98cd451127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -22,7 +22,7 @@
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"phpmd/phpmd": "^2.14.0",
"phpmd/phpmd": "^2.14.1",
"phpstan/phpstan": "^1.10.35",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.2",

28
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a4894f4029bb47e0505bba0f5a3c466e",
"content-hash": "96dd66549b30a54cc1659f2f4b29c0c1",
"packages": [],
"packages-dev": [
{
@ -146,16 +146,16 @@
},
{
"name": "pdepend/pdepend",
"version": "2.15.0",
"version": "2.15.1",
"source": {
"type": "git",
"url": "https://github.com/pdepend/pdepend.git",
"reference": "0d4d8fb87aa74c358c1c4364514017f34b4a68b9"
"reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/0d4d8fb87aa74c358c1c4364514017f34b4a68b9",
"reference": "0d4d8fb87aa74c358c1c4364514017f34b4a68b9",
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
"reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
"shasum": ""
},
"require": {
@ -197,7 +197,7 @@
],
"support": {
"issues": "https://github.com/pdepend/pdepend/issues",
"source": "https://github.com/pdepend/pdepend/tree/2.15.0"
"source": "https://github.com/pdepend/pdepend/tree/2.15.1"
},
"funding": [
{
@ -205,7 +205,7 @@
"type": "tidelift"
}
],
"time": "2023-09-22T02:30:39+00:00"
"time": "2023-09-28T12:00:56+00:00"
},
{
"name": "php-parallel-lint/php-parallel-lint",
@ -484,22 +484,22 @@
},
{
"name": "phpmd/phpmd",
"version": "2.14.0",
"version": "2.14.1",
"source": {
"type": "git",
"url": "https://github.com/phpmd/phpmd.git",
"reference": "247f84ef5d87323dabe953edc48b09ebabe3a0e6"
"reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/247f84ef5d87323dabe953edc48b09ebabe3a0e6",
"reference": "247f84ef5d87323dabe953edc48b09ebabe3a0e6",
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/442fc2c34edcd5198b442d8647c7f0aec3afabe8",
"reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
"ext-xml": "*",
"pdepend/pdepend": "^2.15.0",
"pdepend/pdepend": "^2.15.1",
"php": ">=5.3.9"
},
"require-dev": {
@ -556,7 +556,7 @@
"support": {
"irc": "irc://irc.freenode.org/phpmd",
"issues": "https://github.com/phpmd/phpmd/issues",
"source": "https://github.com/phpmd/phpmd/tree/2.14.0"
"source": "https://github.com/phpmd/phpmd/tree/2.14.1"
},
"funding": [
{
@ -564,7 +564,7 @@
"type": "tidelift"
}
],
"time": "2023-09-26T17:42:41+00:00"
"time": "2023-09-28T13:07:44+00:00"
},
{
"name": "phpstan/phpstan",