From 3eb1492f732c7fdb20d0df9c8f1f1465d356901b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:15:18 +0000 Subject: [PATCH] Bump league/route from 4.5.1 to 5.1.2 Bumps [league/route](https://github.com/thephpleague/route) from 4.5.1 to 5.1.2. - [Release notes](https://github.com/thephpleague/route/releases) - [Changelog](https://github.com/thephpleague/route/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/thephpleague/route/compare/4.5.1...5.1.2) --- updated-dependencies: - dependency-name: league/route dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 150 +++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 136 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index c7c9782..baa1ded 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "filp/whoops": "^2.5", "guzzlehttp/psr7": "^1.3", "league/container": "^3.3", - "league/route": "^4.3", + "league/route": "^5.1", "monolog/monolog": "^1.11", "symfony/yaml": "^4.3", "beberlei/assert": "^3.2", diff --git a/composer.lock b/composer.lock index 43ed7e5..a18e1ac 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": "64a2f862a0eed10cb4f9557b697c022e", + "content-hash": "8473b51ec110a826040a3b7e9bb2b954", "packages": [ { "name": "aura/session", @@ -1140,35 +1140,38 @@ }, { "name": "league/route", - "version": "4.5.1", + "version": "5.1.2", "source": { "type": "git", "url": "https://github.com/thephpleague/route.git", - "reference": "bb97a32303fc753a771cf2b41aa789f95dfaf00a" + "reference": "adf9b961dc5ffdbcffb2b8d7963c7978f2794c92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/route/zipball/bb97a32303fc753a771cf2b41aa789f95dfaf00a", - "reference": "bb97a32303fc753a771cf2b41aa789f95dfaf00a", + "url": "https://api.github.com/repos/thephpleague/route/zipball/adf9b961dc5ffdbcffb2b8d7963c7978f2794c92", + "reference": "adf9b961dc5ffdbcffb2b8d7963c7978f2794c92", "shasum": "" }, "require": { - "nikic/fast-route": "^1.0", - "php": "^7.1 || ^8.0", - "psr/container": "^1.0", + "nikic/fast-route": "^1.3", + "opis/closure": "^3.5.5", + "php": "^7.2 || ^8.0", + "psr/container": "^1.0|^2.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", - "psr/http-server-handler": "^1.0", - "psr/http-server-middleware": "^1.0" + "psr/http-message": "^1.0.1", + "psr/http-server-handler": "^1.0.1", + "psr/http-server-middleware": "^1.0.1", + "psr/simple-cache": "^1.0" }, "replace": { "orno/http": "~1.0", "orno/route": "~1.0" }, "require-dev": { + "laminas/laminas-diactoros": "^2.3", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^8.5", "roave/security-advisories": "dev-master", "scrutinizer/ocular": "^1.8", "squizlabs/php_codesniffer": "^3.5" @@ -1176,7 +1179,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev", + "dev-master": "5.x-dev", + "dev-5.x": "5.x-dev", "dev-4.x": "4.x-dev", "dev-3.x": "3.x-dev", "dev-2.x": "2.x-dev", @@ -1213,7 +1217,7 @@ ], "support": { "issues": "https://github.com/thephpleague/route/issues", - "source": "https://github.com/thephpleague/route/tree/4.5.1" + "source": "https://github.com/thephpleague/route/tree/5.1.2" }, "funding": [ { @@ -1221,7 +1225,7 @@ "type": "github" } ], - "time": "2021-01-25T14:48:58+00:00" + "time": "2021-07-30T08:33:09+00:00" }, { "name": "monolog/monolog", @@ -1359,6 +1363,71 @@ }, "time": "2018-02-13T20:26:39+00:00" }, + { + "name": "opis/closure", + "version": "3.6.3", + "source": { + "type": "git", + "url": "https://github.com/opis/closure.git", + "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad", + "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad", + "shasum": "" + }, + "require": { + "php": "^5.4 || ^7.0 || ^8.0" + }, + "require-dev": { + "jeremeamia/superclosure": "^2.0", + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.6.x-dev" + } + }, + "autoload": { + "files": [ + "functions.php" + ], + "psr-4": { + "Opis\\Closure\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marius Sarca", + "email": "marius.sarca@gmail.com" + }, + { + "name": "Sorin Sarca", + "email": "sarca_sorin@hotmail.com" + } + ], + "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", + "homepage": "https://opis.io/closure", + "keywords": [ + "anonymous functions", + "closure", + "function", + "serializable", + "serialization", + "serialize" + ], + "support": { + "issues": "https://github.com/opis/closure/issues", + "source": "https://github.com/opis/closure/tree/3.6.3" + }, + "time": "2022-01-27T09:35:39+00:00" + }, { "name": "php-http/discovery", "version": "1.19.2", @@ -2127,6 +2196,57 @@ }, "time": "2021-05-03T11:20:27+00:00" }, + { + "name": "psr/simple-cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/master" + }, + "time": "2017-10-23T01:57:42+00:00" + }, { "name": "ralouphie/getallheaders", "version": "3.0.3",