From 535325d3b630c4cad56c753fce19451246e30cdf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 03:15:01 +0000 Subject: [PATCH] Bump infection/infection from 0.16.1 to 0.16.2 Bumps [infection/infection](https://github.com/infection/infection) from 0.16.1 to 0.16.2. - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.16.1...0.16.2) Signed-off-by: dependabot-preview[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 963184e..6c8c44d 100644 --- a/composer.lock +++ b/composer.lock @@ -668,16 +668,16 @@ }, { "name": "infection/infection", - "version": "0.16.1", + "version": "0.16.2", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "1928f71f526a3078ae2a2e83ca8f250cb2407346" + "reference": "9a3bca95fa873fba4a4a37a5fd35c6d572c0f23b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/1928f71f526a3078ae2a2e83ca8f250cb2407346", - "reference": "1928f71f526a3078ae2a2e83ca8f250cb2407346", + "url": "https://api.github.com/repos/infection/infection/zipball/9a3bca95fa873fba4a4a37a5fd35c6d572c0f23b", + "reference": "9a3bca95fa873fba4a4a37a5fd35c6d572c0f23b", "shasum": "" }, "require": { @@ -771,7 +771,7 @@ "testing", "unit testing" ], - "time": "2020-03-28T21:50:48+00:00" + "time": "2020-04-08T18:56:58+00:00" }, { "name": "justinrainbow/json-schema", @@ -941,24 +941,24 @@ }, { "name": "ocramius/package-versions", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "651c372efc914aea8223e049f85afaf65e09ba23" + "reference": "421679846270a5772534828013a93be709fb13df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/651c372efc914aea8223e049f85afaf65e09ba23", - "reference": "651c372efc914aea8223e049f85afaf65e09ba23", + "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df", + "reference": "421679846270a5772534828013a93be709fb13df", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1.0", + "composer-plugin-api": "^1.1.0 || ^2.0", "php": "^7.4.0" }, "require-dev": { - "composer/composer": "^1.9.3", + "composer/composer": "^1.9.3 || ^2.0@dev", "doctrine/coding-standard": "^7.0.2", "ext-zip": "^1.15.0", "infection/infection": "^0.15.3", @@ -988,7 +988,7 @@ } ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "time": "2020-03-06T11:34:16+00:00" + "time": "2020-04-06T17:43:35+00:00" }, { "name": "ondram/ci-detector",