From 617a60f647f3eff91a5fd24851944e038c5a0b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:22:28 +0000 Subject: [PATCH] build(deps): bump phpgt/input from 1.3.2 to 1.4.0 Bumps [phpgt/input](https://github.com/phpgt/Input) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/phpgt/Input/releases) - [Commits](https://github.com/phpgt/Input/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: phpgt/input dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index bac46d45..5f3ca660 100644 --- a/composer.lock +++ b/composer.lock @@ -1395,16 +1395,16 @@ }, { "name": "phpgt/input", - "version": "v1.3.2", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/phpgt/Input.git", - "reference": "cb6780cbed5f7de2366fba85bb6b695f6143298b" + "reference": "7710776d7437d3e24f37bb786236ff0c3da20785" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Input/zipball/cb6780cbed5f7de2366fba85bb6b695f6143298b", - "reference": "cb6780cbed5f7de2366fba85bb6b695f6143298b", + "url": "https://api.github.com/repos/phpgt/Input/zipball/7710776d7437d3e24f37bb786236ff0c3da20785", + "reference": "7710776d7437d3e24f37bb786236ff0c3da20785", "shasum": "" }, "require": { @@ -1419,8 +1419,14 @@ "squizlabs/php_codesniffer": "^3.7" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, "autoload": { "psr-4": { + "GT\\Input\\": "./src", "Gt\\Input\\": "./src" } }, @@ -1431,7 +1437,7 @@ "description": "Encapsulated user input.", "support": { "issues": "https://github.com/phpgt/Input/issues", - "source": "https://github.com/phpgt/Input/tree/v1.3.2" + "source": "https://github.com/phpgt/Input/tree/v1.4.0" }, "funding": [ { @@ -1439,7 +1445,7 @@ "type": "github" } ], - "time": "2025-05-02T11:54:06+00:00" + "time": "2026-04-14T20:44:25+00:00" }, { "name": "phpgt/json",