From f4b4a7fadd380c19b95f9fba656e5cb847ccf98b Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 10 Oct 2022 22:01:33 +0200 Subject: [PATCH] fix(deps): update dependency league/uri to v6.7.2 --- legacy/composer.json | 2 +- legacy/composer.lock | 33 ++++++++++++++++++--------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/legacy/composer.json b/legacy/composer.json index 31202df1d..4be15da88 100644 --- a/legacy/composer.json +++ b/legacy/composer.json @@ -29,7 +29,7 @@ "james-heinrich/getid3": "^1.9", "jooola/celery-php": "dev-master", "jooola/propel1": "dev-master", - "league/uri": "6.4.0", + "league/uri": "^6.7", "php-amqplib/php-amqplib": "^3.0", "simplepie/simplepie": "^1.5", "symfony/config": "^5.4", diff --git a/legacy/composer.lock b/legacy/composer.lock index 06d58dc03..901489610 100644 --- a/legacy/composer.lock +++ b/legacy/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": "82c094ec8732573fed114115720bf7f3", + "content-hash": "5dbe79738a8ba2c26115fb57c1f849f3", "packages": [ { "name": "adbario/php-dot-notation", @@ -361,33 +361,36 @@ }, { "name": "league/uri", - "version": "6.4.0", + "version": "6.7.2", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", - "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a" + "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a", - "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06", + "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06", "shasum": "" }, "require": { "ext-json": "*", - "league/uri-interfaces": "^2.1", - "php": ">=7.2", + "league/uri-interfaces": "^2.3", + "php": "^7.4 || ^8.0", "psr/http-message": "^1.0" }, "conflict": { "league/uri-schemes": "^1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^8.0 || ^9.0", + "friendsofphp/php-cs-fixer": "^v3.3.2", + "nyholm/psr7": "^1.5", + "php-http/psr7-integration-tests": "^1.1", + "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.1.0", + "phpunit/phpunit": "^9.5.10", "psr/http-factory": "^1.0" }, "suggest": { @@ -419,7 +422,7 @@ } ], "description": "URI manipulation library", - "homepage": "http://uri.thephpleague.com", + "homepage": "https://uri.thephpleague.com", "keywords": [ "data-uri", "file-uri", @@ -445,7 +448,7 @@ "docs": "https://uri.thephpleague.com", "forum": "https://thephpleague.slack.com", "issues": "https://github.com/thephpleague/uri/issues", - "source": "https://github.com/thephpleague/uri/tree/6.4.0" + "source": "https://github.com/thephpleague/uri/tree/6.7.2" }, "funding": [ { @@ -453,7 +456,7 @@ "type": "github" } ], - "time": "2020-11-22T14:29:11+00:00" + "time": "2022-09-13T19:50:42+00:00" }, { "name": "league/uri-interfaces",