From c299efe25eb226ddd3dd47e51b3a34ff3f9a1ca6 Mon Sep 17 00:00:00 2001 From: Ksaveras Sakys Date: Sat, 24 Jun 2023 18:06:19 +0100 Subject: [PATCH] chore: Update list of keywords (#11) --- composer.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 293d78c..8798615 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,15 @@ "name": "ksaveras/circuit-breaker-bundle", "type": "symfony-bundle", "description": "Circuit Breaker Symfony Bundle", - "keywords": ["circuit-breaker", "circuit-breaker-bundle", "symfony-bundle", "api"], + "keywords": [ + "api", + "circuit breaker", + "circuit breaker bundle", + "error handling", + "fault tolerance", + "microservices", + "symfony bundle" + ], "license": "MIT", "authors": [ {