Skip to content

Commit 9159634

Browse files
committed
:octocat:
1 parent 93877fb commit 9159634

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.phpdoc/template/base.html.twig

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
{%
44
set topMenu = {
5-
"menu": [
6-
{ "name": "User Manual", "url": "https://php-library-template.readthedocs.io"},
7-
],
85
"social": [
9-
{ "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/php-library-template"},
6+
{ "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/psr-7"},
107
]
118
}
129
%}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A [PSR-7](https://www.php-fig.org/psr/psr-7/)/[PSR-17](https://www.php-fig.org/p
2020
[gh-action]: https://github.com/chillerlan/psr-7/actions/workflows/ci.yml?query=branch%3Amain
2121
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/psr-7.svg?logo=codecov&logoColor=fff
2222
[coverage]: https://codecov.io/github/chillerlan/psr-7
23-
[codacy-badge]: https://img.shields.io/codacy/grade/de971588f9a44f1a99e7bbd2a0737951?logo=codacy&logoColor=fff
23+
[codacy-badge]: https://img.shields.io/codacy/grade/3578bf36b50d49b0a1660d14ce06b54e?logo=codacy&logoColor=fff
2424
[codacy]: https://app.codacy.com/gh/chillerlan/psr-7/dashboard
2525
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/psr-7.svg?logo=packagist&logoColor=fff
2626
[downloads]: https://packagist.org/packages/chillerlan/psr-7/stats

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
},
4848
"suggest": {
4949
"chillerlan/php-httpinterface": "A PSR-18 HTTP client implementation",
50+
"chillerlan/php-http-message-utils": "Utilities for use with PSR-7 message objects.",
5051
"chillerlan/php-oauth": "A PSR-7 OAuth client/handler that also acts as PSR-18 HTTP client"
5152
},
5253
"autoload": {

0 commit comments

Comments
 (0)