From a25f91600cc7a998213b9dc9903613d284bf9fbe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 07:44:41 +0000 Subject: [PATCH] Bump povils/phpmnd from 2.3.0 to 2.4.0 Bumps [povils/phpmnd](https://github.com/povils/phpmnd) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/povils/phpmnd/releases) - [Changelog](https://github.com/povils/phpmnd/blob/master/CHANGELOG.md) - [Commits](https://github.com/povils/phpmnd/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index 48c2060..431f380 100644 --- a/composer.lock +++ b/composer.lock @@ -1902,16 +1902,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" + "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", - "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", + "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", "shasum": "" }, "require": { @@ -1975,11 +1975,11 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-01-22T09:19:47+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", @@ -2055,7 +2055,7 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.22.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", @@ -3803,23 +3803,23 @@ }, { "name": "povils/phpmnd", - "version": "v2.3.0", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/povils/phpmnd.git", - "reference": "51861e5f5fbd9edbd5c45da10d8e94952e8ba701" + "reference": "580a07ebbbc66f6f5339524952bb26414ae8d91e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/povils/phpmnd/zipball/51861e5f5fbd9edbd5c45da10d8e94952e8ba701", - "reference": "51861e5f5fbd9edbd5c45da10d8e94952e8ba701", + "url": "https://api.github.com/repos/povils/phpmnd/zipball/580a07ebbbc66f6f5339524952bb26414ae8d91e", + "reference": "580a07ebbbc66f6f5339524952bb26414ae8d91e", "shasum": "" }, "require": { "nikic/php-parser": "^4.0", - "php": "^7.1", + "php": "^7.1|^8.0", "php-parallel-lint/php-console-highlighter": "^0.4", - "phpunit/php-timer": "^2.0||^3.0", + "phpunit/php-timer": "^2.0||^3.0||^4.0||^5.0", "symfony/console": "^4.0||^5.0", "symfony/finder": "^4.0||^5.0" }, @@ -3852,7 +3852,7 @@ } ], "description": "A tool to detect Magic numbers in codebase", - "time": "2020-05-03T16:20:58+00:00" + "time": "2021-02-27T17:30:03+00:00" }, { "name": "sebastian/finder-facade",