composer require trungpv/dev-package @dev
Created
April 13, 2019 04:54
-
-
Save trungpv1601/4391133fa0c91760e80baa7c522aa61c to your computer and use it in GitHub Desktop.
PHP Composer package locally
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
{ | |
"name": "trungpv/application", | |
... | |
"repositories": { | |
"dev-package": { | |
"type": "path", | |
"url": "relative/or/absolute/path/to/my/dev-package", | |
"options": { | |
"symlink": true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment