diff --git a/composer.json b/composer.json index 6f6679db..80fa2bc2 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "guzzlehttp/guzzle": "^7.8.1", "guzzlehttp/oauth-subscriber": "^0.6", "michelf/php-markdown": "^2", - "pimple/pimple": "^3.5", + "pimple/pimple": "^3.6", "psr/container": "^2.0.2", "swiftmailer/swiftmailer": "^6.3", "teapot/status-code": "^2.3" diff --git a/composer.lock b/composer.lock index fc710829..cfde5187 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": "f3733daa827efb978fc97afa3108aadb", + "content-hash": "32f2acf11365d2bddc701478e10583e6", "packages": [ { "name": "doctrine/deprecations", @@ -640,16 +640,16 @@ }, { "name": "pimple/pimple", - "version": "v3.5.0", + "version": "v3.6.2", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" + "reference": "8cfe7f74ac22a433d303914eba9ea4c2a834edce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce", + "reference": "8cfe7f74ac22a433d303914eba9ea4c2a834edce", "shasum": "" }, "require": { @@ -657,12 +657,12 @@ "psr/container": "^1.1 || ^2.0" }, "require-dev": { - "symfony/phpunit-bridge": "^5.4@dev" + "phpunit/phpunit": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -687,9 +687,9 @@ "dependency injection" ], "support": { - "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" + "source": "https://github.com/silexphp/Pimple/tree/v3.6.2" }, - "time": "2021-10-28T11:13:42+00:00" + "time": "2026-02-26T08:23:44+00:00" }, { "name": "psr/container", @@ -7341,6 +7341,6 @@ "ext-openssl": "*", "ext-pdo": "*" }, - "platform-dev": [], - "plugin-api-version": "2.6.0" + "platform-dev": {}, + "plugin-api-version": "2.9.0" }