Skip to content

Instantly share code, notes, and snippets.

@msztorc
Last active May 19, 2020 19:09
Show Gist options
  • Save msztorc/6e53f9729c3e2ad5e581ca77ed657f65 to your computer and use it in GitHub Desktop.
Save msztorc/6e53f9729c3e2ad5e581ca77ed657f65 to your computer and use it in GitHub Desktop.
composer local package

composer.json

"repositories": [
    {
        "type": "path",
        "url": "/full/or/relative/path/to/development/package"
    }
]
composer require "vendorname/packagename @dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment