File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{%
4
4
set topMenu = {
5
- " menu" : [
6
- { " name" : " User Manual" , " url" : " https://php-library-template.readthedocs.io" },
7
- ],
8
5
" 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 " },
10
7
]
11
8
}
12
9
%}
Original file line number Diff line number Diff 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
20
20
[ gh-action ] : https://github.com/chillerlan/psr-7/actions/workflows/ci.yml?query=branch%3Amain
21
21
[ coverage-badge ] : https://img.shields.io/codecov/c/github/chillerlan/psr-7.svg?logo=codecov&logoColor=fff
22
22
[ 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
24
24
[ codacy ] : https://app.codacy.com/gh/chillerlan/psr-7/dashboard
25
25
[ downloads-badge ] : https://img.shields.io/packagist/dt/chillerlan/psr-7.svg?logo=packagist&logoColor=fff
26
26
[ downloads ] : https://packagist.org/packages/chillerlan/psr-7/stats
Original file line number Diff line number Diff line change 47
47
},
48
48
"suggest" : {
49
49
"chillerlan/php-httpinterface" : " A PSR-18 HTTP client implementation" ,
50
+ "chillerlan/php-http-message-utils" : " Utilities for use with PSR-7 message objects." ,
50
51
"chillerlan/php-oauth" : " A PSR-7 OAuth client/handler that also acts as PSR-18 HTTP client"
51
52
},
52
53
"autoload" : {
You can’t perform that action at this time.
0 commit comments