Update PEAR links, let them use https

This commit is contained in:
Josh Lockhart
2018-06-19 13:34:42 -04:00
parent e28e6a9171
commit ca27935c8c

View File

@@ -47,7 +47,7 @@ handle your PEAR dependencies. This example will install code from `pear2.php.ne
"repositories": [ "repositories": [
{ {
"type": "pear", "type": "pear",
"url": "http://pear2.php.net" "url": "https://pear2.php.net"
} }
], ],
"require": { "require": {
@@ -80,9 +80,9 @@ $request = new pear2\HTTP\Request();
* [Learn more about using PEAR with Composer][6] * [Learn more about using PEAR with Composer][6]
[1]: http://pear.php.net/ [1]: https://pear.php.net/
[2]: http://pear.php.net/manual/en/installation.getting.php [2]: https://pear.php.net/manual/installation.getting.php
[3]: http://pear.php.net/packages.php [3]: https://pear.php.net/packages.php
[4]: http://pear.php.net/manual/en/guide.users.commandline.channels.php [4]: https://pear.php.net/manual/guide.users.commandline.channels.php
[5]: /#composer_and_packagist [5]: /#composer_and_packagist
[6]: http://getcomposer.org/doc/05-repositories.md#pear [6]: https://getcomposer.org/doc/05-repositories.md#pear