Skip to content

Commit 7f94026

Browse files
authored
Specify license, homepage, and author in the composer.json file by default
1 parent e20a965 commit 7f94026

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"name": "crell/*",
3+
"homepage": "https://github.com/Crell/*",
4+
"license": "LGPL-3.0-or-later",
5+
"authors": [
6+
{
7+
"name": "Larry Garfield",
8+
"email": "[email protected]",
9+
"homepage": "http://www.garfieldtech.com/",
10+
"role": "Developer"
11+
}
12+
],
313
"require": {
414
"php": "~8.4"
515
},

0 commit comments

Comments
 (0)