diff --git a/composer.lock b/composer.lock index bac46d45..be055e18 100644 --- a/composer.lock +++ b/composer.lock @@ -344,16 +344,16 @@ }, { "name": "phpgt/async", - "version": "v1.0.1", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/phpgt/Async.git", - "reference": "3daab887eacd04d297a1383a22957f0ab7ecaf68" + "reference": "12a032eb8800747395d1aa976193d46378eb7781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Async/zipball/3daab887eacd04d297a1383a22957f0ab7ecaf68", - "reference": "3daab887eacd04d297a1383a22957f0ab7ecaf68", + "url": "https://api.github.com/repos/phpgt/Async/zipball/12a032eb8800747395d1aa976193d46378eb7781", + "reference": "12a032eb8800747395d1aa976193d46378eb7781", "shasum": "" }, "require": { @@ -370,6 +370,7 @@ "type": "library", "autoload": { "psr-4": { + "GT\\Async\\": "./src", "Gt\\Async\\": "./src" } }, @@ -380,15 +381,15 @@ "description": "Promise-based non-blocking operations.", "support": { "issues": "https://github.com/phpgt/Async/issues", - "source": "https://github.com/phpgt/Async/tree/v1.0.1" + "source": "https://github.com/phpgt/Async/tree/v1.0.2" }, "funding": [ { - "url": "https://github.com/phpgt", + "url": "https://github.com/sponsors/PhpGt", "type": "github" } ], - "time": "2025-03-07T17:26:32+00:00" + "time": "2026-04-16T16:17:36+00:00" }, { "name": "phpgt/build", @@ -1395,16 +1396,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 +1420,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 +1438,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 +1446,7 @@ "type": "github" } ], - "time": "2025-05-02T11:54:06+00:00" + "time": "2026-04-14T20:44:25+00:00" }, { "name": "phpgt/json", @@ -1695,16 +1702,16 @@ }, { "name": "phpgt/routing", - "version": "v1.1.6", + "version": "v1.1.7", "source": { "type": "git", "url": "https://github.com/phpgt/Routing.git", - "reference": "83e5ec5910c4c9cf8bd5df78a6fd62c3fb117276" + "reference": "701479c7223a88e9649733e8e43a359150da9f8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Routing/zipball/83e5ec5910c4c9cf8bd5df78a6fd62c3fb117276", - "reference": "83e5ec5910c4c9cf8bd5df78a6fd62c3fb117276", + "url": "https://api.github.com/repos/phpgt/Routing/zipball/701479c7223a88e9649733e8e43a359150da9f8d", + "reference": "701479c7223a88e9649733e8e43a359150da9f8d", "shasum": "" }, "require": { @@ -1755,15 +1762,15 @@ ], "support": { "issues": "https://github.com/phpgt/Routing/issues", - "source": "https://github.com/phpgt/Routing/tree/v1.1.6" + "source": "https://github.com/phpgt/Routing/tree/v1.1.7" }, "funding": [ { - "url": "https://github.com/sponsors/PhpGt", + "url": "https://github.com/sponsors/phpgt", "type": "github" } ], - "time": "2026-03-09T12:46:01+00:00" + "time": "2026-04-16T17:15:54+00:00" }, { "name": "phpgt/server",