diff --git a/composer.lock b/composer.lock index 578aa77..54dca64 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": "4d5b3bdd6bb5ba78d174c1cdd8de6b3c", + "content-hash": "c4683301d694169019d784ce105dc411", "packages": [ { "name": "fig/http-message-util", @@ -857,16 +857,16 @@ }, { "name": "slim/psr7", - "version": "1.7.1", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/slimphp/Slim-Psr7.git", - "reference": "fe98653e7983010aa85c1d137c9b9ad5a1cd187d" + "reference": "76e7e3b1cdfd583e9035c4c966c08e01e45ce959" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/fe98653e7983010aa85c1d137c9b9ad5a1cd187d", - "reference": "fe98653e7983010aa85c1d137c9b9ad5a1cd187d", + "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/76e7e3b1cdfd583e9035c4c966c08e01e45ce959", + "reference": "76e7e3b1cdfd583e9035c4c966c08e01e45ce959", "shasum": "" }, "require": { @@ -874,23 +874,20 @@ "php": "^8.0", "psr/http-factory": "^1.1", "psr/http-message": "^1.0 || ^2.0", - "ralouphie/getallheaders": "^3.0", - "symfony/polyfill-php80": "^1.29" + "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "^1.0", "psr/http-message-implementation": "^1.0 || ^2.0" }, "require-dev": { - "adriansuter/php-autoload-override": "^1.4", + "adriansuter/php-autoload-override": "^1.5|| ^2.0", "ext-json": "*", "http-interop/http-factory-tests": "^1.0 || ^2.0", - "php-http/psr7-integration-tests": "^1.4", - "phpspec/prophecy": "^1.19", - "phpspec/prophecy-phpunit": "^2.2", + "php-http/psr7-integration-tests": "^1.5", "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^9.6 || ^10", - "squizlabs/php_codesniffer": "^3.10" + "squizlabs/php_codesniffer": "^3.13" }, "type": "library", "autoload": { @@ -933,9 +930,9 @@ ], "support": { "issues": "https://github.com/slimphp/Slim-Psr7/issues", - "source": "https://github.com/slimphp/Slim-Psr7/tree/1.7.1" + "source": "https://github.com/slimphp/Slim-Psr7/tree/1.8.0" }, - "time": "2025-05-13T14:24:12+00:00" + "time": "2025-11-02T17:51:19+00:00" }, { "name": "slim/slim", @@ -1052,90 +1049,6 @@ } ], "time": "2025-08-20T18:16:16+00:00" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.33.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", - "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://github.com/nicolas-grekas", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2025-01-02T08:10:11+00:00" } ], "packages-dev": [], @@ -1145,7 +1058,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.4", + "php": ">=8.3", "ext-mbstring": "*" }, "platform-dev": {},