sitecrafting / conifer

:evergreen_tree: A powerful WordPress library plugin for OO development
https://www.coniferplug.in
MIT License
18 stars 2 forks source link

Composer warning during dev setup #88

Closed supersolar closed 4 years ago

supersolar commented 5 years ago

Behavior

The exact warning message is this:

Deprecation warning: require-dev.mikey179/vfsStream is invalid, it should not contain uppercase characters. Please use mikey179/vfsstream instead. Make sure you fix this as Composer 2.0 will error.

It appears we simply need to make the dependency name all lowercase to suppress this error and appease the Composer Gods.

Steps to reproduce behavior

This warning appeared during dev/contrib installation via Lando.

How did you install Conifer? (for example, via git clone, GitHub zip download, Composer/Packagist?)

My codebase was set up through a GitHub connection in SourceTree.

acobster commented 4 years ago

Fixed in 56dbdf4d