Add badges

This commit is contained in:
Daniil Gentili 2024-03-31 19:49:11 +02:00
parent 1a3cbcade0
commit ed96334674
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Async ORM
[![codecov](https://codecov.io/gh/danog/AsyncOrm/branch/master/graph/badge.svg)](https://codecov.io/gh/danog/AsyncOrm)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fdanog%2Floop%2Fmaster)](https://dashboard.stryker-mutator.io/r>
[![Psalm coverage](https://shepherd.dev/github/danog/AsyncOrm/coverage.svg)](https://shepherd.dev/github/danog/AsyncOrm)
[![Psalm level 1](https://shepherd.dev/github/danog/AsyncOrm/level.svg)](https://shepherd.dev/github/danog/AsyncOrm)
![License](https://img.shields.io/badge/license-MIT-blue.svg)
Async ORM based on AMPHP v3 and fibers, created by Daniil Gentili <daniil@daniil.it> and Alexander Pankratov <alexander@i-c-a.su>.
Supports MySQL, Redis, Postgres.

View File

@ -33,10 +33,10 @@
},
"require-dev": {
"vimeo/psalm": "dev-master",
"phpunit/phpunit": "^11.0.6",
"phpunit/phpunit": "^11.0.9",
"amphp/php-cs-fixer-config": "^2.0.1",
"friendsofphp/php-cs-fixer": "^3.51",
"amphp/process": "^2.0",
"friendsofphp/php-cs-fixer": "^3.52.1",
"amphp/process": "^2.0.2",
"infection/infection": "^0.28.1",
"danog/phpdoc": "^0.1.22"
},