fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
893 stars 156 forks source link

Make it compatible with the short SHA of GIT #246

Closed francoispluchino closed 6 years ago

francoispluchino commented 8 years ago

Raphael from the version 2.2.0 and greater requiring the eve dependency with a GIT URL and short SHA key, but Composer is not compatible with the short SHA.

{
    "requires": {
        "bower-asset/raphael": "^2.2.0"
    }
}
francoispluchino commented 6 years ago

Added by #302.