From 125c6d1903bcdcbf60875607974930d0c70a2d93 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 19 Feb 2022 12:07:24 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb77b2..b37cd6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Stack/Cors [![Unit Tests](https://github.com/fruitcake/php-cors/actions/workflows/run-tests.yml/badge.svg)](https://github.com/fruitcake/php-cors/actions) +[![PHPStan Level 9](https://img.shields.io/badge/PHPStan-Level%209-blue)](https://github.com/fruitcake/php-cors/actions) [![Packagist License](https://poser.pugx.org/fruitcake/php-cors/license.png)](http://choosealicense.com/licenses/mit/) [![Latest Stable Version](https://poser.pugx.org/fruitcake/php-cors/version.png)](https://packagist.org/packages/fruitcake/php-cors) [![Total Downloads](https://poser.pugx.org/fruitcake/php-cors/d/total.png)](https://packagist.org/packages/fruitcake/php-cors) @@ -73,4 +74,4 @@ $cors->isPreflightRequest(Request $request); Released under the MIT License, see [LICENSE](LICENSE). The original author of this Library is Alexander , while Barry has been involved since 2015. -This package is split-off from https://github.com/asm89/stack-cors \ No newline at end of file +This package is split-off from https://github.com/asm89/stack-cors