From ba9a7fcb162307f0df2b952dd4e5228266cb4e5b Mon Sep 17 00:00:00 2001 From: Walmir Silva Date: Wed, 23 Oct 2024 19:16:31 -0300 Subject: [PATCH] chore(composer): update package description for clarity and focus - Updated the package description to better reflect the purpose of the KaririCode Validator component. - Highlighted the use of configurable processors and pipeline system for data validation in PHP entities. - Improved overall clarity and precision of the package information. --- README.pt-br.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.pt-br.md b/README.pt-br.md index f780333..5998d27 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -1,4 +1,4 @@ -# Framework KaririCode: Componente Validator +# Framework KaririCode: Validator Component Um componente de validação de dados poderoso e flexível para PHP, parte do Framework KaririCode. Utiliza validação baseada em atributos com processadores configuráveis para garantir a integridade e validação dos dados em suas aplicações. diff --git a/composer.json b/composer.json index bab3265..9318d2e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "kariricode/validator", - "description": "A robust and flexible data sanitization component for PHP, part of the KaririCode Framework, utilizing configurable processors and native functions.", + "description": "A powerful and flexible validation component for PHP, part of the KaririCode Framework. It provides configurable processors for validating data attributes in entities using a streamlined and efficient pipeline system.", "keywords": [ "kariricode", "validator",