Skip to content

Commit 961814e

Browse files
authored
Merge pull request #18 from J0WI/patch-1
Update url to HTTPS
2 parents 3242caa + 0791b3c commit 961814e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PSR Http Message Util
22

33
This repository holds utility classes and constants to facilitate common
4-
operations of [PSR-7](http://www.php-fig.org/psr/psr-7/); the primary purpose is
4+
operations of [PSR-7](https://www.php-fig.org/psr/psr-7/); the primary purpose is
55
to provide constants for referring to request methods, response status codes and
66
messages, and potentially common headers.
77

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"authors": [
77
{
88
"name": "PHP-FIG",
9-
"homepage": "http://www.php-fig.org/"
9+
"homepage": "https://www.php-fig.org/"
1010
}
1111
],
1212
"require": {

0 commit comments

Comments
 (0)