add
正在显示
.gitignore
0 → 100644
.idea/composerJson.xml
0 → 100644
.idea/hello-world-echo.iml
0 → 100644
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/php.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "zhangwan/hello-world-echo", | ||
| "description": "the package to echo hello world.", | ||
| "license": "MIT", | ||
| "authors": [ | ||
| { | ||
| "name": "godjarvis", | ||
| "email": "2454280556@qq.com" | ||
| } | ||
| ], | ||
| "require": { | ||
| "php": ">=7.1.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "ZhangWan\\": "src" | ||
| } | ||
| } | ||
| } |
src/HelloWorldEchoService.php
0 → 100644
请
注册
或者
登录
后发表评论