diff --git a/composer.lock b/composer.lock index 6dc22694..a701a694 100644 --- a/composer.lock +++ b/composer.lock @@ -848,16 +848,16 @@ }, { "name": "phpgt/daemon", - "version": "v1.1.5", + "version": "v1.1.6", "source": { "type": "git", "url": "https://github.com/phpgt/Daemon.git", - "reference": "413e16b54de6e1fd5c2b646b485f88a86dfedd9a" + "reference": "cc932f51523988df8d27c05ee1122b2922806a13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpgt/Daemon/zipball/413e16b54de6e1fd5c2b646b485f88a86dfedd9a", - "reference": "413e16b54de6e1fd5c2b646b485f88a86dfedd9a", + "url": "https://api.github.com/repos/phpgt/Daemon/zipball/cc932f51523988df8d27c05ee1122b2922806a13", + "reference": "cc932f51523988df8d27c05ee1122b2922806a13", "shasum": "" }, "require": { @@ -873,6 +873,7 @@ "type": "library", "autoload": { "psr-4": { + "GT\\Daemon\\": "./src", "Gt\\Daemon\\": "./src" } }, @@ -880,15 +881,15 @@ "description": "Background script execution with cross-platform compatible streaming.", "support": { "issues": "https://github.com/phpgt/Daemon/issues", - "source": "https://github.com/phpgt/Daemon/tree/v1.1.5" + "source": "https://github.com/phpgt/Daemon/tree/v1.1.6" }, "funding": [ { - "url": "https://github.com/sponsors/PhpGt", + "url": "https://github.com/sponsors/phpgt", "type": "github" } ], - "time": "2026-03-11T14:11:10+00:00" + "time": "2026-06-04T07:48:06+00:00" }, { "name": "phpgt/database",