From 6a65abde4dd76e14409a36c3c252eb470af07b9d Mon Sep 17 00:00:00 2001 From: Salvatore Date: Thu, 7 Nov 2024 09:52:48 +0100 Subject: [PATCH] Update README.md CodeClimate badge has been updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 070b3d2..b88a6b0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PHP Fast JSON Patch ![Test](https://github.com/blancks/fast-jsonpatch-php/workflows/Test/badge.svg) ![phpstan](https://github.com/blancks/fast-jsonpatch-php/workflows/phpstan/badge.svg) [![codecov](https://codecov.io/github/blancks/fast-jsonpatch-php/graph/badge.svg?token=3PUC5RAPPQ)](https://codecov.io/github/blancks/fast-jsonpatch-php) -[![maintainability](https://api.codeclimate.com/v1/badges/44af70d9b23b5f6c7760/maintainability)](https://codeclimate.com/github/blancks/fast-jsonpatch-php) +[![Maintainability](https://api.codeclimate.com/v1/badges/92765b3410e20dc9a431/maintainability)](https://codeclimate.com/github/blancks/fast-jsonpatch-php/maintainability) [![PHP Version Require](https://poser.pugx.org/blancks/fast-jsonpatch-php/require/php)](https://packagist.org/packages/blancks/fast-jsonpatch-php) [![Latest Stable Version](https://poser.pugx.org/blancks/fast-jsonpatch-php/v)](https://packagist.org/packages/blancks/fast-jsonpatch-php) @@ -238,4 +238,4 @@ Test cases comes from [json-patch/json-patch-tests](https://github.com/json-patc ## License -This software is licensed under the [MIT License](LICENSE.md). \ No newline at end of file +This software is licensed under the [MIT License](LICENSE.md).