Clarify installation instructions

This commit is contained in:
Zach Borboa
2022-09-24 06:53:47 -07:00
parent 30e00c96bf
commit 71814c4885
+4 -2
View File
@@ -25,14 +25,16 @@ PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
### Installation
To install PHP Curl Class, simply:
To install PHP Curl Class, run the following command:
composer require php-curl-class/php-curl-class
For latest commit version:
To install the latest commit version:
composer require php-curl-class/php-curl-class @dev
Installation instructions to use the `composer` command can be found on https://github.com/composer/composer.
### Requirements
PHP Curl Class works with PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, and 8.1.