From f1a341d376e36e2f7a165bcd6aeaac5417714b82 Mon Sep 17 00:00:00 2001 From: Till! Date: Sun, 21 Jul 2019 11:05:46 +0200 Subject: [PATCH] Update: composer command I am inclined to drop the explicit version since you already released 4.3.* (which btw fixes a few odd bugs I was hitting with 4.0 :-)). Besides, composer can take care of this for people. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index f78f8f0e..d1dd2eb7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,7 @@ Installation of the library is quite easy: 3. Open a terminal and use Composer to grab the library. - $ composer require phpxmlrpc/phpxmlrpc:4.0 + $ composer require phpxmlrpc/phpxmlrpc:4 4. Write your code. Once Composer has downloaded the component(s), all you need to do is include the vendor/autoload.php file that -- 2.47.0