Created
May 29, 2020 00:47
-
-
Save bryceandy/870936cae610322c4fcca94947d84095 to your computer and use it in GitHub Desktop.
Symlink a local PHP package
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
{ | |
"repositories": { | |
"dev-package": { | |
"type": "path", | |
"url": "/Users/macbook/code/package", | |
"options": { | |
"symlink": true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment