Skip to content

Releases: koala-framework/composer-extra-assets

Composer Extra Assets 2.0.2

25 Jan 05:43
Compare
Choose a tag to compare
v2.0.2

Less depth for npm update to work around npm bugs

Composer Extra Assets 2.0.0

25 Aug 16:09
Compare
Choose a tag to compare

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.

Composer Extra Assets 1.2.0

30 Mar 07:34
Compare
Choose a tag to compare

New in this release:

Merging bower versions is now properly supported.
When multiple composer.json require the same bower dependency the correct version will be used if possible. If dependencies are incompatible an error will be thrown.

Composer Extra Assets 1.1.0

19 Mar 16:07
Compare
Choose a tag to compare

New in this release:

Integration of nodejs-installer. With that global installed nodejs and npm is not required anymore - it will download locally into vendor.

If a globally installed nodejs is found, no local installation will be performed.