Skip to content

Commit eb9823d

Browse files
author
SmetDenis
committed
new keywords
1 parent 0d2633f commit eb9823d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"description" : "A collection of useful PHP functions, mini classes and snippets that you need every day.",
55
"license" : "MIT",
66
"minimum-stability" : "stable",
7-
"keywords" : ["php", "helpers", "helper", "utility", "utils", "collection"],
7+
"keywords" : [
8+
"helpers", "helper", "utility", "utils", "collection", "environment", "image", "filesystem",
9+
"array", "cli", "command line", "dates", "email", "env", "filter", "http", "url", "serialize",
10+
"slugiffy", "string", "mbstring", "timer", "misc"
11+
],
812
"authors" : [
913
{
1014
"name" : "SmetDenis",
@@ -32,7 +36,7 @@
3236
"symfony/polyfill-mbstring" : "For UTF-8 if ext-mbstring disabled"
3337
},
3438
"autoload" : {
35-
"files" : [
39+
"files" : [
3640
"src/defines.php"
3741
],
3842
"psr-4" : {

0 commit comments

Comments
 (0)