X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL.md;h=6ab8515f75658305e26c3c14c9f41b1f174c2b34;hb=4aa50ce5fa97d7c5af7605ac5ec65e47827f53f8;hp=8595c3a9f7137e30aebe95790ac7071f86f1a596;hpb=9b2713ada2768f901d1bc238589dc58dd7f61d43;p=plcapi.git diff --git a/INSTALL.md b/INSTALL.md index 8595c3a..6ab8515 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