mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Clarify installation instructions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user