From 86cecc1969da949f56347713d3f86557f7a982b2 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Tue, 28 Mar 2023 12:50:00 +0000 Subject: [PATCH] really update tuupola/cors-middleware to 1.4.3, re #2467 Merge request studip/studip!1674 --- composer.lock | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/composer.lock b/composer.lock index 62c7a7d981a..93986c9d9e4 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": "702161a1b6fe5e3c8de56ae8e56e2d9c", + "content-hash": "d67f415c948520b9630c33c48bc3c668", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -1325,28 +1325,30 @@ }, { "name": "neomerx/cors-psr7", - "version": "v1.0.13", + "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/neomerx/cors-psr7.git", - "reference": "2556e2013f16a55532c95928455257d5b6bbc6e2" + "reference": "454e923aaf9ba4aa162f7aca2a514e41708b6ba5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/neomerx/cors-psr7/zipball/2556e2013f16a55532c95928455257d5b6bbc6e2", - "reference": "2556e2013f16a55532c95928455257d5b6bbc6e2", + "url": "https://api.github.com/repos/neomerx/cors-psr7/zipball/454e923aaf9ba4aa162f7aca2a514e41708b6ba5", + "reference": "454e923aaf9ba4aa162f7aca2a514e41708b6ba5", "shasum": "" }, "require": { - "php": ">=5.6.0", + "php": ">=7.1.0", "psr/http-message": "^1.0", "psr/log": "^1.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^2.14", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^5.7", - "scrutinizer/ocular": "^1.1", - "squizlabs/php_codesniffer": "^3.0" + "phpmd/phpmd": "^2.6", + "phpunit/phpunit": "^7.0", + "scrutinizer/ocular": "^1.4", + "squizlabs/php_codesniffer": "^2.9" }, "type": "library", "autoload": { @@ -1380,7 +1382,7 @@ "issues": "https://github.com/neomerx/cors-psr7/issues", "source": "https://github.com/neomerx/cors-psr7/tree/develop" }, - "time": "2018-05-23T16:10:11+00:00" + "time": "2019-02-14T10:35:50+00:00" }, { "name": "neomerx/json-api", @@ -4257,21 +4259,21 @@ }, { "name": "tuupola/cors-middleware", - "version": "1.3.0", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/tuupola/cors-middleware.git", - "reference": "87cbbbfad66977ee44d3d3099823923335c02814" + "reference": "8fd7674f4c1910203685765f2e26ecdde57a25ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tuupola/cors-middleware/zipball/87cbbbfad66977ee44d3d3099823923335c02814", - "reference": "87cbbbfad66977ee44d3d3099823923335c02814", + "url": "https://api.github.com/repos/tuupola/cors-middleware/zipball/8fd7674f4c1910203685765f2e26ecdde57a25ab", + "reference": "8fd7674f4c1910203685765f2e26ecdde57a25ab", "shasum": "" }, "require": { - "neomerx/cors-psr7": "^1.0.4", - "php": "^7.1|^8.0", + "neomerx/cors-psr7": "^2.0|^3.0", + "php": "^7.2|^8.0", "psr/http-message": "^1.0.1", "psr/http-server-middleware": "^1.0", "tuupola/callable-handler": "^1.0", @@ -4281,9 +4283,11 @@ "equip/dispatch": "^2.0", "nyholm/psr7": "^1.5", "overtrue/phplint": "^3.0", - "phpstan/phpstan": "^0.12.42", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "^7.0|^8.0|^9.0", - "squizlabs/php_codesniffer": "^3.5" + "rector/rector": "^0.14.0", + "symplify/easy-coding-standard": "^11.1" }, "type": "library", "autoload": { @@ -4313,7 +4317,7 @@ ], "support": { "issues": "https://github.com/tuupola/cors-middleware/issues", - "source": "https://github.com/tuupola/cors-middleware/tree/1.3.0" + "source": "https://github.com/tuupola/cors-middleware/tree/1.4.3" }, "funding": [ { @@ -4321,7 +4325,7 @@ "type": "github" } ], - "time": "2022-04-14T11:07:11+00:00" + "time": "2022-10-11T11:29:25+00:00" }, { "name": "tuupola/http-factory", -- GitLab