Skip to content

Instantly share code, notes, and snippets.

@NHZEX
Created May 18, 2019 18:30
Show Gist options
  • Select an option

  • Save NHZEX/f8f709868441b0a1cb215bc7435a9509 to your computer and use it in GitHub Desktop.

Select an option

Save NHZEX/f8f709868441b0a1cb215bc7435a9509 to your computer and use it in GitHub Desktop.
composer 引入本地包
$ 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