File tree 3 files changed +2
-37
lines changed
3 files changed +2
-37
lines changed Original file line number Diff line number Diff line change 27
27
/.gitattributes export-ignore
28
28
/.gitignore export-ignore
29
29
/.phpunit-watcher.yml export-ignore
30
- /.scrutinizer.yml export-ignore
31
30
/.styleci.yml export-ignore
32
31
/infection.json.dist export-ignore
33
32
/phpunit.xml.dist export-ignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
[ ![ Total Downloads] ( https://poser.pugx.org/yiisoft/middleware-dispatcher/downloads.png )] ( https://packagist.org/packages/yiisoft/middleware-dispatcher )
11
11
[ ![ Build status] ( https://github.com/yiisoft/middleware-dispatcher/workflows/build/badge.svg )] ( https://github.com/yiisoft/middleware-dispatcher/actions?query=workflow%3Abuild )
12
12
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/yiisoft/middleware-dispatcher/?branch=master )
13
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g /yiisoft/middleware-dispatcher/badges/coverage.png?b= master )] ( https://scrutinizer-ci.com/g /yiisoft/middleware-dispatcher/?branch=master )
13
+ [ ![ Code Coverage] ( https://codecov.io/gh /yiisoft/middleware-dispatcher/branch/ master/graph/badge.svg )] ( https://codecov.io/gh /yiisoft/middleware-dispatcher )
14
14
[ ![ Mutation testing badge] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fmiddleware-dispatcher%2Fmaster )] ( https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/middleware-dispatcher/master )
15
15
[ ![ static analysis] ( https://github.com/yiisoft/middleware-dispatcher/workflows/static%20analysis/badge.svg )] ( https://github.com/yiisoft/middleware-dispatcher/actions?query=workflow%3A%22static+analysis%22 )
16
16
[ ![ type-coverage] ( https://shepherd.dev/github/yiisoft/middleware-dispatcher/coverage.svg )] ( https://shepherd.dev/github/yiisoft/middleware-dispatcher )
17
+ [ ![ psalm-level] ( https://shepherd.dev/github/yiisoft/middleware-dispatcher/level.svg )] ( https://shepherd.dev/github/yiisoft/middleware-dispatcher )
17
18
18
19
The package is a [ PSR-15] ( https://www.php-fig.org/psr/psr-15/ ) middleware dispatcher. Given a set of middleware and a
19
20
request instance, dispatcher executes it produces a response instance.
You can’t perform that action at this time.
0 commit comments