From: gggeek <giunta.gaetano@gmail.com>
Date: Fri, 24 Dec 2021 13:57:55 +0000 (+0000)
Subject: improve install instructions
X-Git-Tag: 4.6.1~2
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4aa50ce5fa97d7c5af7605ac5ec65e47827f53f8;p=plcapi.git

improve install instructions
---

diff --git a/INSTALL.md b/INSTALL.md
index 8595c3a9..6ab8515f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php
index db3e9827..2e336121 100644
--- a/src/PhpXmlRpc.php
+++ b/src/PhpXmlRpc.php
@@ -148,5 +148,4 @@ class PhpXmlRpc
             }
         }
     }
-
 }