Skip to content

Commit 8185d49

Browse files
committed
[pkg] : add license and author
1 parent 0524489 commit 8185d49

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "julkwel/stringtools",
3-
"description": "String tools for php and testing new package",
3+
"description": "String tools for php",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Julien RAJERISON"
8+
}
9+
],
410
"autoload": {
511
"psr-4": {
612
"Julkwel\\StringTools\\": "src/"

0 commit comments

Comments
 (0)