From 595d7a8b0eda9e900b1f52de1fe944753720e5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:52:18 +0000 Subject: [PATCH] Bump contributte/http from 0.4.1 to 0.5.0 Bumps [contributte/http](https://github.com/contributte/http) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/contributte/http/releases) - [Commits](https://github.com/contributte/http/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: contributte/http dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 47 +++++++++++++++++++++++------------------------ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 2e9fd2b..ad3d854 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "contributte/bootstrap": "^0.6.0", "contributte/di": "^0.5.0", "contributte/forms": "^0.5.0", - "contributte/http": "^0.4.0", + "contributte/http": "^0.5.0", "contributte/mail": "^0.9.0", "contributte/utils": "^0.6.0", "contributte/latte": "^0.6.0", diff --git a/composer.lock b/composer.lock index 29fc628..741abc8 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": "cc9d40de5fc2b8793df5f88166a701c5", + "content-hash": "562f0936194d4208a62aec4923640d37", "packages": [ { "name": "contributte/application", @@ -313,31 +313,28 @@ }, { "name": "contributte/http", - "version": "v0.4.1", + "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/contributte/http.git", - "reference": "3f926d0e0ec0807e68714149df55ae0e8e4888a4" + "reference": "a3ee1a4bba9e145f423817f82ee4543d066eaeb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/http/zipball/3f926d0e0ec0807e68714149df55ae0e8e4888a4", - "reference": "3f926d0e0ec0807e68714149df55ae0e8e4888a4", + "url": "https://api.github.com/repos/contributte/http/zipball/a3ee1a4bba9e145f423817f82ee4543d066eaeb0", + "reference": "a3ee1a4bba9e145f423817f82ee4543d066eaeb0", "shasum": "" }, "require": { - "nette/http": "^3.0.1", - "php": ">=7.2" + "nette/http": "^3.3", + "php": ">=8.2" }, "require-dev": { - "nette/di": "^3.0.0", + "contributte/phpstan": "^0.1", + "contributte/qa": "^0.4", + "nette/di": "^3.2", "ninjify/nunjuck": "^0.4", - "ninjify/qa": "^0.12", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-deprecation-rules": "^0.12", - "phpstan/phpstan-nette": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "tracy/tracy": "^2.5.1" + "tracy/tracy": "^2.10" }, "suggest": { "nette/di": "to use CompilerExtensions" @@ -345,7 +342,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.5.x-dev" + "dev-master": "0.6.x-dev" } }, "autoload": { @@ -375,7 +372,7 @@ ], "support": { "issues": "https://github.com/contributte/http/issues", - "source": "https://github.com/contributte/http/tree/v0.4.1" + "source": "https://github.com/contributte/http/tree/v0.5.0" }, "funding": [ { @@ -387,7 +384,7 @@ "type": "github" } ], - "time": "2021-03-12T22:31:30+00:00" + "time": "2025-12-25T19:12:08+00:00" }, { "name": "contributte/latte", @@ -1680,16 +1677,16 @@ }, { "name": "nette/utils", - "version": "v4.1.2", + "version": "v4.1.3", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5" + "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", - "reference": "f76b5dc3d6c6d3043c8d937df2698515b99cbaf5", + "url": "https://api.github.com/repos/nette/utils/zipball/bb3ea637e3d131d72acc033cfc2746ee893349fe", + "reference": "bb3ea637e3d131d72acc033cfc2746ee893349fe", "shasum": "" }, "require": { @@ -1701,8 +1698,10 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.2", + "nette/phpstan-rules": "^1.0", "nette/tester": "^2.5", - "phpstan/phpstan": "^2.0@stable", + "phpstan/extension-installer": "^1.4@stable", + "phpstan/phpstan": "^2.1@stable", "tracy/tracy": "^2.9" }, "suggest": { @@ -1763,9 +1762,9 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.1.2" + "source": "https://github.com/nette/utils/tree/v4.1.3" }, - "time": "2026-02-03T17:21:09+00:00" + "time": "2026-02-13T03:05:33+00:00" }, { "name": "tracy/tracy",