We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09ac5c commit 04f4b3aCopy full SHA for 04f4b3a
1 file changed
manual/1.0_SimplifiedChinese.md
@@ -22,7 +22,7 @@ CodeMommy AutoloadPHP(以下简称AutoloadPHP)是开源项目组织[CodeMomm
22
AutoloadPHP使用Composer进行包管理,我们推荐您使用此方法进行安装,您只需要在安装有Composer的环境下执行下面的命令并在入口文件引用Composer生成的`autoload.php`文件即可。
23
24
```bash
25
-$ composer require codemommy/autoloadphp
+$ composer require codemommy/autoloadphp 0.0.*
26
```
27
28
```php
0 commit comments