Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer signature in readme has uppercase characters #24

Open
mlambley opened this issue Apr 3, 2019 · 1 comment
Open

Composer signature in readme has uppercase characters #24

mlambley opened this issue Apr 3, 2019 · 1 comment

Comments

@mlambley
Copy link

mlambley commented Apr 3, 2019

Composer is giving me this warning:

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

I notice that you have it configured correctly in composer.json and therefore packagist as well. It's just a matter of updating your readme to use lowercase characters so that people who copy and paste will not make the same mistake that one of our devs made.

https://github.com/PrintNode/PrintNode-PHP/blob/master/README.md#install-via-composer

Is currently:

composer require PrintNode/printnode-php:dev-master

Needs to be:

composer require printnode/printnode-php:dev-master

Thanks

@richardczeiger
Copy link

+1 this comment. A small easy-to-fix issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants