Composer Extra Assets 2.0.0
lock file
This release adds one missing feature for integration in a composer workflow:
lock file
composer update will generate a composer-extra-assets.lock
file containing the exact installed versions of all bower and npm dependencies. composer install will then re-install those, just like it does for php dependencies with composer.lock
One caveat: it contains only version numbers no git revision numbers like composer.lock
, so when tags are re-created the lock won't work correctly.
npm binaries
Additionally this is the first release featuring exposed npm binaries, which get automatically created in vendor/bin
and will call your npm binaries. Credits go to @moufmouf for this feature.