From efd4b9afa8310d81a97f2de1930197993daec769 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 22:50:27 +0200 Subject: [PATCH] Bump phpmd/phpmd from 2.8.2 to 2.9.1 (#229) Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.8.2 to 2.9.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.8.2...2.9.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bb9f47e6..bd1cb88f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ergebnis/composer-normalize": "^2.8", "friendsofphp/php-cs-fixer": "^2.16", "infection/infection": "^0.20.1", - "phpmd/phpmd": "~2.8.0", + "phpmd/phpmd": "~2.9.1", "phpunit/phpunit": "^9", "vimeo/psalm": "^4.4.1" }, diff --git a/composer.lock b/composer.lock index 1fe89e2a..dea24a81 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "cdd4005f26534f78c9c82accd32fe920", + "content-hash": "1283f8d0d91516bdd82af1fba2270d89", "packages": [], "packages-dev": [ { @@ -2131,16 +2131,16 @@ }, { "name": "phpmd/phpmd", - "version": "2.8.2", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", - "reference": "714629ed782537f638fe23c4346637659b779a77" + "reference": "ce10831d4ddc2686c1348a98069771dd314534a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmd/phpmd/zipball/714629ed782537f638fe23c4346637659b779a77", - "reference": "714629ed782537f638fe23c4346637659b779a77", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/ce10831d4ddc2686c1348a98069771dd314534a8", + "reference": "ce10831d4ddc2686c1348a98069771dd314534a8", "shasum": "" }, "require": { @@ -2151,6 +2151,8 @@ }, "require-dev": { "easy-doc/easy-doc": "0.0.0 || ^1.3.2", + "ext-json": "*", + "ext-simplexml": "*", "gregwar/rst": "^1.0", "mikey179/vfsstream": "^1.6.4", "phpunit/phpunit": "^4.8.36 || ^5.7.27", @@ -2200,9 +2202,15 @@ "support": { "irc": "irc://irc.freenode.org/phpmd", "issues": "https://github.com/phpmd/phpmd/issues", - "source": "https://github.com/phpmd/phpmd/tree/2.8.2" + "source": "https://github.com/phpmd/phpmd/tree/2.9.1" }, - "time": "2020-02-16T20:15:50+00:00" + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", + "type": "tidelift" + } + ], + "time": "2020-09-23T22:06:32+00:00" }, { "name": "phpspec/prophecy",