We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3242caa + 0791b3c commit 961814eCopy full SHA for 961814e
README.md
@@ -1,7 +1,7 @@
1
# PSR Http Message Util
2
3
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
+operations of [PSR-7](https://www.php-fig.org/psr/psr-7/); the primary purpose is
5
to provide constants for referring to request methods, response status codes and
6
messages, and potentially common headers.
7
composer.json
@@ -6,7 +6,7 @@
"authors": [
{
8
"name": "PHP-FIG",
9
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
10
}
11
],
12
"require": {
0 commit comments