fxpio / composer-asset-plugin

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

bower-asset/eve #248

Closed antonmarin closed 8 years ago

antonmarin commented 8 years ago

I have dependency on bower-asset/raphael Reading bower.json of bower-asset/raphael (v2.2.1) This package depends eve, in its bower.json:

"dependencies": {
    "eve": "https://github.com/adobe-webplatform/eve.git#eef80ed"
  },

But instead using https://github.com/adobe-webplatform/eve.git composer tries to use https://github.com/DmitryBaranovskiy/eve.git

Reading bower.json of bower-asset/raphael (v2.2.1)
Adding VCS repository github.com/adobe-webplatform/eve.git                                                                                                        Importing tag v2.2.1 (2.2.1.0)                            
Adding VCS repository bower-asset/eve
Your GitHub credentials are required to fetch private repository metadata (https://github.com/DmitryBaranovskiy/eve.git)

Is it a bug or there is some my mistake?

francoispluchino commented 8 years ago

The short SHA is not supported. See #246.

Tarekajaj commented 6 years ago

Still having this issue, Updated to v1.4.1 of this plugin but still getting the same error

zmiftah commented 6 years ago

Any news on this? I updated it to v1.4.1, like @Tarekajaj did, but still the same