diff --git a/README.md b/README.md index 56cee17..ea5b5aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PSR Http Message Util This repository holds utility classes and constants to facilitate common -operations of [PSR-7](http://www.php-fig.org/psr/psr-7/); the primary purpose is +operations of [PSR-7](https://www.php-fig.org/psr/psr-7/); the primary purpose is to provide constants for referring to request methods, response status codes and messages, and potentially common headers. diff --git a/composer.json b/composer.json index 11758fe..9a82d99 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "require": {