Created
May 18, 2019 18:30
-
-
Save NHZEX/f8f709868441b0a1cb215bc7435a9509 to your computer and use it in GitHub Desktop.
composer 引入本地包
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ composer require nhzex/tp-swoole @dev -vvv --ignore-platform-reqs | |
| ```josn | |
| "repositories": { | |
| "local-package": { | |
| "type": "path", | |
| "url": "../package/" | |
| }, | |
| } | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment