composer issue when upgrading to 2.0.5

I updated my composer.json to include:


"yiisoft/yii2": "2.0.5",

Now I’m getting this message:


Deprecation Notice: Composer\Package\Version\VersionParser::parseLinks is deprecated. Use \Composer\Package\Loader\Array.phar/src/Composer/Package/Version/VersionParser.php:226

This seems to be a composer issue, but it was not occurring previously. I did another update just last week. It does not seem to have any real effects on the the updates as 2.0.5 installed just fine.

"composer self-update" had no effect. Oh yeh, FYI, this is on windows 7.

Any clues?

Jim

Same here.

It seems a composer problem (or eventually a compatibility break).

Samdark has already marked on composer github issues page https://github.com/composer/composer/issues/4260

same problem here

I was also having this problem. I completely removed composer and reinstalled it and the problem went away.

edit: that being said - it hangs on ‘Updating dependencies’ and never finishes the udpate. :confused:

Update: There is now an open PR on composer-asset-plugin here:

Looks like there should be a v1.0.3 to fix it out soon.

Jim