X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=php%2Fphpxmlrpc%2FINSTALL.md;h=6ab8515f75658305e26c3c14c9f41b1f174c2b34;hb=c379c0fff5edc592cc5d5d647c7fadb91317db87;hp=f78f8f0ee925c3b90d63893f54f30cf9a48c3586;hpb=ae8b10f8363f7a1df02e77cbd820904c4ded10b8;p=plcapi.git diff --git a/php/phpxmlrpc/INSTALL.md b/php/phpxmlrpc/INSTALL.md index f78f8f0..6ab8515 100644 --- a/php/phpxmlrpc/INSTALL.md +++ b/php/phpxmlrpc/INSTALL.md @@ -8,11 +8,10 @@ The following requirements should be met prior to using 'XMLRPC for PHP': * PHP 5.3.0 or later -* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to - communicate with remote servers +* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to communicate with remote servers -The php "xmlrpc" native extension is not required, but if it is installed, -there will be no interference with the operation of this library. +The php "xmlrpc" native extension is not required, but if it is installed, there will be no interference with the +operation of this library. Installation instructions @@ -30,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.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