Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1b0236c

Browse files
authored
Merge pull request #33 from programmatordev/YAPV-49-improve-project-description
Simplified library description
2 parents 720af0a + bc444b4 commit 1b0236c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
55
[![Tests](https://github.com/programmatordev/yet-another-php-validator/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/programmatordev/yet-another-php-validator/actions/workflows/ci.yml?query=branch%3Amain)
66

7-
PHP validator focused on validating development code with expressive error messages.
7+
PHP validator with expressive error messages.
88

99
> **Note**
1010
> This library is not in version 1.x mainly because there are few available rules.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "programmatordev/yet-another-php-validator",
3-
"description": "PHP validator focused on validating development code with expressive error messages",
3+
"description": "PHP validator with expressive error messages",
44
"type": "library",
55
"keywords": ["PHP", "PHP8", "Validator", "Validation"],
66
"license": "MIT",

0 commit comments

Comments
 (0)