改名
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
|||||||
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
|
### Yii template
|
||||||
|
assets/*
|
||||||
|
!assets/.gitignore
|
||||||
|
protected/runtime/*
|
||||||
|
!protected/runtime/.gitignore
|
||||||
|
protected/data/*.db
|
||||||
|
themes/classic/views/
|
||||||
|
|
||||||
|
### Example user template template
|
||||||
|
### Example user template
|
||||||
|
|
||||||
|
# IntelliJ project files
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
out
|
||||||
|
gen
|
||||||
|
|
||||||
|
composer.lock
|
||||||
|
|
||||||
|
*.log
|
||||||
|
commands/result
|
||||||
|
config/setting.php
|
||||||
|
tests/
|
||||||
|
vendor/
|
||||||
|
runtime/
|
||||||
|
|
||||||
|
*.xml
|
||||||
|
*.lock
|
||||||
|
|
||||||
|
oot
|
||||||
|
d
|
||||||
|
|
||||||
|
composer.lock
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace PHPSTORM_META {
|
||||||
|
|
||||||
|
// Reflect
|
||||||
|
use Http\Context\Context;
|
||||||
|
use Kiri\Di\Container;
|
||||||
|
|
||||||
|
override(Container::get(0), map('@'));
|
||||||
|
override(Container::newObject(0), map('@'));
|
||||||
|
// override(\Hyperf\Utils\Context::get(0), map('@'));
|
||||||
|
// override(\make(0), map('@'));
|
||||||
|
override(\di(0), map('@'));
|
||||||
|
override(\duplicate(0), map('@'));
|
||||||
|
override(Context::getContext(0), map('@'));
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "game-worker/http-message",
|
||||||
|
"description": "db",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "XiangLin",
|
||||||
|
"email": "as2252258@163.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"require": {
|
||||||
|
"php": ">=8.0",
|
||||||
|
"ext-json": "*",
|
||||||
|
"psr/http-message": "^1.0"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"HttpMessage\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"kwn/php-rdkafka-stubs": "^2.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user