composer remove author/package
Add the symlink option if your filesystem supports symlinks.
The url value can be the absolute or relative path to the package
{
"repositories": [
{
"type": "path",
"url": "/Users/author/Code/folder",
"options": {
"symlink": true
}
}
]
}Be sure, to add the @dev version
composer require author/package @dev