Fix #168 Vimbadmin installation issue due to composer.json over secure http#169
Fix #168 Vimbadmin installation issue due to composer.json over secure http#169iam404 wants to merge 1 commit intoopensolutions:masterfrom iam404:master
Conversation
|
The explicit repository definition is a temporary fix (see d91b97f, committed by @barryo) for Smarty 3.8.17 hosted on Google Code. It makes absolutely no sense to let the repository point to GitHub when Packagist does this already. Simply remove the repository and use |
|
I got the same problem like @iam404. His fixed worked it out. @PhrozenByte please excuse my qustion I am not familiar with Packagist. But isn't it similar whether the source points on github or on googlecode? Or do you mean that there shall be no source to any of this providers and composer is getting it from packagist? |
|
Yes, composer gets the download URLs from Packagist, so there shouldn't be a source in the |
|
@PhrozenByte is correct - the hard coded reference was added two years ago to get around a Smarty issue. Back when Smarty was unavailable on GitHub or Packagist. ViMbAdmin seems to work fine with |
Fixed.
For reference: #168