Closed szepeviktor closed 5 years ago
AFAIK composer-dist-plugin works in published libs. Would it be possible to use it in projects?
{ "name": "company/project", "type": "project", "license": "proprietary", "repositories": [ { "type": "vcs", "url": "https://github.com/pixelfear/composer-dist-plugin.git" } ], "require": { "pixelfear/composer-dist-plugin": "dev-master" }, "extra": { "download-dist": { "url": "https://www.szepe.net/assets.zip", "path": "app/assets" } } }
This does not work (yet).
I'm sure it's possible but is it really needed? You likely have more control over your build pipeline in a project.
You're right.
AFAIK composer-dist-plugin works in published libs. Would it be possible to use it in projects?
This does not work (yet).