From f1ef66622c6af0e9a065f58869b9ad8703e47439 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 19 Aug 2026 11:12:22 +0800 Subject: [PATCH] chore(version): bump version to 0.6.0 and update dependencies - Updated swoole/phpx from ~2.5.6 to ~2.6.0 - Bumped package version from 0.5.0 to 0.6.0 - Incremented version number in version.txt from 1107 to 1108 --- composer.json | 2 +- src/Translator.php | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3f9c27c6..1022d46e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "marcj/topsort": "^2.0", "symfony/var-dumper": "^8.0", "symfony/yaml": "^8.0", - "swoole/phpx": "~2.5.6", + "swoole/phpx": "~2.6.0", "ajaxray/ansikit": "^0.3.1" }, "require-dev": { diff --git a/src/Translator.php b/src/Translator.php index d208e275..fa7bbd50 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -64,7 +64,7 @@ class Translator extends Preprocessor use ResourceCompilationTrait; use ClassConstantValueTrait; - public const string VERSION = '0.5.0'; + public const string VERSION = '0.6.0'; public const string APP_NAME = 'TypePHP Compiler (AOT)'; protected string $targetName = 'app'; diff --git a/version.txt b/version.txt index 6a333d31..8770aa24 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1107 \ No newline at end of file +1108 \ No newline at end of file