improve install instructions
authorgggeek <giunta.gaetano@gmail.com>
Fri, 24 Dec 2021 13:57:55 +0000 (13:57 +0000)
committergggeek <giunta.gaetano@gmail.com>
Fri, 24 Dec 2021 13:57:55 +0000 (13:57 +0000)
INSTALL.md
src/PhpXmlRpc.php

index 8595c3a..6ab8515 100644 (file)
@@ -29,7 +29,7 @@ Installation of the library is quite easy:
 
     3.  Open a terminal and use Composer to grab the library.
 
-            $ composer require phpxmlrpc/phpxmlrpc:4
+            $ 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
index db3e982..2e33612 100644 (file)
@@ -148,5 +148,4 @@ class PhpXmlRpc
             }
         }
     }
-
 }