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",