From: Till! Date: Sun, 21 Jul 2019 09:05:46 +0000 (+0200) Subject: Update: composer command X-Git-Tag: 4.4.0~6^2^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f1a341d376e36e2f7a165bcd6aeaac5417714b82;p=plcapi.git 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. --- 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