Skip to content

Commit

Permalink
Merge pull request #18 from J0WI/patch-1
Browse files Browse the repository at this point in the history
Update url to HTTPS
  • Loading branch information
Jean85 authored Sep 18, 2020
2 parents 3242caa + 0791b3c commit 961814e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "https://www.php-fig.org/"
}
],
"require": {
Expand Down

0 comments on commit 961814e

Please sign in to comment.