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
master
韩天峰 7 days ago
parent 244fa4d8b2
commit f1ef66622c
  1. 2
      composer.json
  2. 2
      src/Translator.php
  3. 2
      version.txt

@ -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": {

@ -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';

@ -1 +1 @@
1107
1108
Loading…
Cancel
Save