初始化代码

This commit is contained in:
2025-12-22 14:34:25 +08:00
parent c2c5ae2fdd
commit a77dbc743f
1510 changed files with 213008 additions and 0 deletions

22
vendor/swoole/ide-helper/composer.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "swoole/ide-helper",
"type": "library",
"description": "IDE help files for Swoole.",
"license": "Apache-2.0",
"authors": [
{
"name": "Team Swoole",
"email": "team@swoole.com"
}
],
"require-dev": {
"squizlabs/php_codesniffer": "~3.4.0",
"symfony/filesystem": "~4.3.0",
"zendframework/zend-code": "~3.3.0"
},
"autoload-dev": {
"psr-4": {
"Swoole\\IDEHelper\\": "src/"
}
}
}