Skip to content

Instantly share code, notes, and snippets.

View bryceandy's full-sized avatar
🎯
Focusing

Bryce bryceandy

🎯
Focusing
View GitHub Profile
@bryceandy
bryceandy / composer.json
Created May 29, 2020 00:47
Symlink a local PHP package
{
"repositories": {
"dev-package": {
"type": "path",
"url": "/Users/macbook/code/package",
"options": {
"symlink": true
}
}
}