From 2976ee2b2ceee1134cc1591813537344b8dcb0e3 Mon Sep 17 00:00:00 2001 From: maks-rafalko Date: Sun, 14 Mar 2021 16:18:12 +0300 Subject: [PATCH] Upgrade ocramius/package-versions to 1.11.0, set min PHP version from 7.4.0 to 7.4.7 as `package-versions` requires Fixes #876 --- composer.json | 6 +++--- composer.lock | 41 +++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index 57b5ca81b..15e8e3cee 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^7.4.7 || ^8.0", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -52,7 +52,7 @@ "infection/include-interceptor": "^0.2.4", "justinrainbow/json-schema": "^5.2", "nikic/php-parser": "^4.10.3", - "ocramius/package-versions": "^1.2 || ^2.0", + "ocramius/package-versions": "^1.11.0 || ^2.0", "ondram/ci-detector": "^3.3.0", "sanmai/later": "^0.1.1", "sanmai/pipeline": "^5.1", @@ -86,7 +86,7 @@ }, "config": { "platform": { - "php": "7.4.0" + "php": "7.4.7" }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index f10090e23..a1557791c 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": "03ff3b54fd5c9a9d7c0140e52d2be174", + "content-hash": "2cf9f7ad9129eedccb617b0efc35bd51", "packages": [ { "name": "composer/xdebug-handler", @@ -344,29 +344,30 @@ }, { "name": "ocramius/package-versions", - "version": "1.9.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "94c9d42a466c57f91390cdd49c81313264f49d85" + "reference": "f51ff2b2b49baaa302d6bf71880e4d8b5acd7015" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/94c9d42a466c57f91390cdd49c81313264f49d85", - "reference": "94c9d42a466c57f91390cdd49c81313264f49d85", + "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/f51ff2b2b49baaa302d6bf71880e4d8b5acd7015", + "reference": "f51ff2b2b49baaa302d6bf71880e4d8b5acd7015", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1.0 || ^2.0", - "php": "^7.4.0" + "composer-plugin-api": "^2.0.0", + "composer-runtime-api": "^2.0.0", + "php": "^7.4.7" }, "require-dev": { - "composer/composer": "^1.9.3 || ^2.0@dev", - "doctrine/coding-standard": "^7.0.2", + "composer/composer": "^2.0.0@dev", + "doctrine/coding-standard": "^8.1.0", "ext-zip": "^1.15.0", - "infection/infection": "^0.15.3", - "phpunit/phpunit": "^9.1.1", - "vimeo/psalm": "^3.9.3" + "infection/infection": "^0.16.4", + "phpunit/phpunit": "^9.1.5", + "vimeo/psalm": "^3.12.2" }, "type": "composer-plugin", "extra": { @@ -393,7 +394,7 @@ "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/Ocramius/PackageVersions/issues", - "source": "https://github.com/Ocramius/PackageVersions/tree/1.9.0" + "source": "https://github.com/Ocramius/PackageVersions/tree/1.11.x" }, "funding": [ { @@ -405,7 +406,7 @@ "type": "tidelift" } ], - "time": "2020-06-22T14:15:44+00:00" + "time": "2020-08-21T12:16:47+00:00" }, { "name": "ondram/ci-detector", @@ -1908,12 +1909,12 @@ "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", + "url": "https://github.com/webmozarts/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, @@ -1951,8 +1952,8 @@ "validate" ], "support": { - "issues": "https://github.com/webmozart/assert/issues", - "source": "https://github.com/webmozart/assert/tree/master" + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.9.1" }, "time": "2020-07-08T17:02:28+00:00" }, @@ -4570,7 +4571,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4 || ^8.0", + "php": "^7.4.7 || ^8.0", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*" @@ -4579,7 +4580,7 @@ "ext-simplexml": "*" }, "platform-overrides": { - "php": "7.4.0" + "php": "7.4.7" }, "plugin-api-version": "2.0.0" }