Update: composer command
authorTill! <till@users.noreply.github.com>
Sun, 21 Jul 2019 09:05:46 +0000 (11:05 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2019 09:05:46 +0000 (11:05 +0200)
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

index f78f8f0..d1dd2eb 100644 (file)
@@ -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