v1.0.0-beta1
版本发布时间: 2014-10-15 18:02:34
fxpio/composer-asset-plugin最新发布版本:v1.4.6(2019-08-09 02:52:33)
Beta 1 of Composer Asset Plugin.
Features
- Works with native management system versions of VCS repository of composer
- Works with public and private VCS repositories
- Lazy load asset package files in VCS repositories to improve performance
- Automatically get and create an Asset VCS repository defined in:
- Automatically get and create the Asset VCS repositories of dependencies defined in each asset package (dev dependencies included)
- Mapping conversion of asset package to composer package for:
- NPM Package - package.json
- Bower Package - bower.json
- Conversion of Semver version to the composer version
- Conversion of Semver range version to the composer range version
- Conversion of dependencies with URL to the composer dependencies with the creation of VCS repositories
- Conversion of multiple versions of the same dependency to different dependencies of composer
- VCS drivers for:
- Git
- GitHub
- Local cache system for:
- package versions
- package contents
- Custom asset installers configurable in the root file
composer.json
- For Bower, all files defined in the section
ignore
will not be installed - Compatible with all commands, including:
-
depends
-
diagnose
-
licenses
-
remove
-
require
-
search
(bower only) -
show
-
status
-
Requirements:
Composer version: 1.0.0@dev
after the 7/31/2014
.
Installation: must be do in global mode.