From fd7da4d2fc891d28cf860f088dcfa44cce42252e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 27 Aug 2020 14:52:15 +0300 Subject: [PATCH] update semver --- composer.json | 2 +- composer.lock | 35 +++++++++++++++++++++++++---------- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 50e49c2054..8e1b2f2cbb 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "monolog/monolog": "1.*", "yzalis/identicon": "*", "zordius/lightncandy": "1.*", - "composer/semver": "^1.4", + "composer/semver": "^3", "tecnickcom/tcpdf": "^6.3", "zbateson/mail-mime-parser": "1.2.*", "phpoffice/phpspreadsheet": "^1.10", diff --git a/composer.lock b/composer.lock index d5ccf2c7f8..8d1bc4feb4 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": "7df8ab50657d690174bf26a67aa0afdf", + "content-hash": "c09d145889a2915ac555bae3e93ae880", "packages": [ { "name": "cboden/ratchet", @@ -61,29 +61,29 @@ }, { "name": "composer/semver", - "version": "1.4.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "84c47f3d8901440403217afc120683c7385aecb8" + "reference": "3426bd5efa8a12d230824536c42a8a4ad30b7940" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/84c47f3d8901440403217afc120683c7385aecb8", - "reference": "84c47f3d8901440403217afc120683c7385aecb8", + "url": "https://api.github.com/repos/composer/semver/zipball/3426bd5efa8a12d230824536c42a8a4ad30b7940", + "reference": "3426bd5efa8a12d230824536c42a8a4ad30b7940", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5", - "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + "phpstan/phpstan": "^0.12.19", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -119,7 +119,21 @@ "validation", "versioning" ], - "time": "2016-03-30T13:16:03+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2020-05-26T18:22:04+00:00" }, { "name": "container-interop/container-interop", @@ -4635,6 +4649,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, {