From a3b285d1f187e1a0a443e825ef375eb0c69d6f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Lavaud-Wernert?= Date: Thu, 23 Apr 2026 20:31:22 +0000 Subject: [PATCH] Add Shields badges --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 22a9f68..2a90d6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # Symfony Flare Bundle +[![Versions](https://img.shields.io/packagist/v/flawe/flare-bundle +)](https://packagist.org/packages/flawe/flare-bundle) +[![Downloads](https://img.shields.io/packagist/dt/flawe/flare-bundle +)](https://packagist.org/packages/flawe/flare-bundle/stats) +[![Licence](https://img.shields.io/packagist/l/flawe/flare-bundle +)](./LICENCE.md) +[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/f-lawe/flare-bundle/pr-checks.yaml)](https://github.com/f-lawe/flare-bundle/actions/workflows/pr-checks.yaml) + Send Symfony errors to Flare! This project is the Symfony counterpart of the [Laravel Flare](https://github.com/spatie/laravel-flare) package. ## Installation