Composer use local package



This content originally appeared on DEV Community and was authored by Seong Bae

"repositories": [
    {
        "type": "path",
        "url": "/full/or/relative/path/to/development/package"
    }
]
composer require "vendorname/packagename @dev"


This content originally appeared on DEV Community and was authored by Seong Bae