Skip to content

Commit f18efd3

Browse files
committed
Updates composer metadata
Refines the package description, keywords, and support information for enhanced clarity and discoverability. Adds homepage, documentation and funding information.
1 parent eae06c7 commit f18efd3

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

composer.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
11
{
22
"name": "yoeunes/regex-parser",
3-
"description": "A PCRE regex parser with lexer, AST, and validation",
4-
"keywords": ["regex", "pcre", "parser", "lexer", "ast", "validation", "symfony"],
3+
"description": "A powerful PCRE regex parser with lexer, AST builder, validation, ReDoS analysis, and syntax highlighting. Zero dependencies, blazing fast, and production-ready.",
4+
"keywords": [
5+
"regex",
6+
"parser",
7+
"pcre",
8+
"lexer",
9+
"ast",
10+
"validation",
11+
"redos",
12+
"security",
13+
"syntax-highlighting",
14+
"php",
15+
"cli"
16+
],
17+
"homepage": "https://github.com/yoeunes/regex-parser",
518
"type": "library",
619
"license": "MIT",
720
"support": {
821
"issues": "https://github.com/yoeunes/regex-parser/issues",
9-
"source": "https://github.com/yoeunes/regex-parser"
22+
"source": "https://github.com/yoeunes/regex-parser",
23+
"docs": "https://github.com/yoeunes/regex-parser#readme"
1024
},
25+
"funding": [
26+
{
27+
"type": "github",
28+
"url": "https://github.com/sponsors/yoeunes"
29+
}
30+
],
1131
"authors": [
1232
{
1333
"name": "Younes ENNAJI",

0 commit comments

Comments
 (0)