Skip to content

Commit e062f4a

Browse files
committed
Mention license info (MIT) in composer.json
1 parent 48bdc44 commit e062f4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"homepage": "https://pierrehenry.be",
1515
"type": "library",
16+
"license": "MIT",
1617
"require": {
1718
"php": ">=7.1.0"
1819
},
@@ -27,7 +28,9 @@
2728
"authors": [
2829
{
2930
"name": "Pierre-Henry Soria",
30-
"email": "[email protected]"
31+
"email": "[email protected]",
32+
"role": "Principle Developer",
33+
"homepage": "https://ph7.me"
3134
}
3235
],
3336
"minimum-stability": "stable"

0 commit comments

Comments
 (0)