From 62a6dcdf11b66c576e205446091bd3a10cc3206a Mon Sep 17 00:00:00 2001 From: samdejongobc <119948735+samdejongobc@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:49:12 +0100 Subject: [PATCH] Made composer install lowercase In RootPackageLoader.php line 160: require.PrintNode/printnode-php is invalid, it should not contain uppercase characters. Please use printnode/printnode-php instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71e4d86..afd8561 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ https://github.com/PrintNode/PrintNode-PHP/archive/master.zip ### Install via composer ```bash -composer require PrintNode/printnode-php:dev-master +composer require printnode/printnode-php:dev-master ``` ## Step 4: See examples how to use this library -See `examples` directory to learn how to use this library. \ No newline at end of file +See `examples` directory to learn how to use this library.