From ed96334674d76e7d556aa8d8a8e1a077e15c0b8d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 31 Mar 2024 19:49:11 +0200 Subject: [PATCH] Add badges --- README.md | 6 ++++++ composer.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3426436..34e581e 100644 --- a/README.md +++ b/README.md @@ -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 and Alexander Pankratov . Supports MySQL, Redis, Postgres. diff --git a/composer.json b/composer.json index a86e448..5daafb0 100644 --- a/composer.json +++ b/composer.json @@ -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" },