diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-25 15:07:00 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-25 15:07:00 +0200 |
| commit | 1e88d4b41b718a363ee2904ae3c75e02965ec6ad (patch) | |
| tree | a72209a9010a2d2bcc36b205ea9d6b3de7cd572e /composer.lock | |
| parent | 50e37033ab96e359de158446a4cc4db6eab3172d (diff) | |
update slim/slim to v4.14.0, fixes #5544
Closes #5544
Merge request studip/studip!4165
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock index 7a0d171..d89def1 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": "8d940e3adc190f59cc1399dc11d57d5a", + "content-hash": "e56c6637fe29b4529b75ced63deb8630", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -4785,16 +4785,16 @@ }, { "name": "slim/slim", - "version": "4.13.0", + "version": "4.14.0", "source": { "type": "git", "url": "https://github.com/slimphp/Slim.git", - "reference": "038fd5713d5a41636fdff0e8dcceedecdd17fc17" + "reference": "5943393b88716eb9e82c4161caa956af63423913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim/zipball/038fd5713d5a41636fdff0e8dcceedecdd17fc17", - "reference": "038fd5713d5a41636fdff0e8dcceedecdd17fc17", + "url": "https://api.github.com/repos/slimphp/Slim/zipball/5943393b88716eb9e82c4161caa956af63423913", + "reference": "5943393b88716eb9e82c4161caa956af63423913", "shasum": "" }, "require": { @@ -4802,7 +4802,7 @@ "nikic/fast-route": "^1.3", "php": "^7.4 || ^8.0", "psr/container": "^1.0 || ^2.0", - "psr/http-factory": "^1.0", + "psr/http-factory": "^1.1", "psr/http-message": "^1.1 || ^2.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", @@ -4819,11 +4819,12 @@ "nyholm/psr7-server": "^1.1", "phpspec/prophecy": "^1.19", "phpspec/prophecy-phpunit": "^2.1", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^9.6", "slim/http": "^1.3", "slim/psr7": "^1.6", - "squizlabs/php_codesniffer": "^3.9" + "squizlabs/php_codesniffer": "^3.10", + "vimeo/psalm": "^5.24" }, "suggest": { "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware", @@ -4896,7 +4897,7 @@ "type": "tidelift" } ], - "time": "2024-03-03T21:25:30+00:00" + "time": "2024-06-13T08:54:48+00:00" }, { "name": "spomky-labs/otphp", |
