Skip to content

Commit 472cc79

Browse files
committed
docs: curl is not a must
1 parent 6036672 commit 472cc79

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ Made with [contrib.rocks](https://contrib.rocks).
8787
PHP version 7.4 or higher is required, with the following extensions installed:
8888

8989
- [intl](http://php.net/manual/en/intl.requirements.php)
90-
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
9190
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
9291

9392
Additionally, make sure that the following extensions are enabled in your PHP:
9493

9594
- json (enabled by default - don't turn it off)
9695
- xml (enabled by default - don't turn it off)
9796
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL
97+
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
9898

9999
## Running CodeIgniter Tests
100100

admin/framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Please read the [*Contributing to CodeIgniter*](https://github.com/codeigniter4/
4545
PHP version 7.4 or higher is required, with the following extensions installed:
4646

4747
- [intl](http://php.net/manual/en/intl.requirements.php)
48-
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
4948
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
5049

5150
Additionally, make sure that the following extensions are enabled in your PHP:
5251

5352
- json (enabled by default - don't turn it off)
5453
- xml (enabled by default - don't turn it off)
5554
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL
55+
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library

admin/starter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Problems with it can be raised on our forum, or as issues in the main repository
5353
PHP version 7.4 or higher is required, with the following extensions installed:
5454

5555
- [intl](http://php.net/manual/en/intl.requirements.php)
56-
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library
5756
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
5857

5958
Additionally, make sure that the following extensions are enabled in your PHP:
6059

6160
- json (enabled by default - don't turn it off)
6261
- xml (enabled by default - don't turn it off)
6362
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL
63+
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library

0 commit comments

Comments
 (0)