neronmoon / scriptsdev

Scripts-dev directive for composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composer 2.0 support

Levivb opened this issue · comments

Hey,

I'm relieved to see this repository is still getting some attention. I've been using this package for a couple of years now and enjoying it's functionality each day.

This opened issue is merely as a bit of a heads up and a place for other users of this package to check support/progress :)

Are you planning on integrating support for composer 2.0 which is expected to be released somewhere in June?

I just ran composer update after updating to composer 2 and was greeted with the following:
neronmoon/scriptsdev v0.1.6 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.

Background info:
https://github.com/composer/composer/blob/master/CHANGELOG.md
https://github.com/composer/composer/blob/master/UPGRADE-2.0.md

Regards,
Levi

Or are you waiting for composer 2.0 to be more stable?

I tried adding the two missing methods to the Plugin class which implements PluginInterface. Unfortunately the testsuite didn't agree with that change. even though the added methods themselves were empty