Skip to content

Commit 92b6f1a

Browse files
committed
update composer.json
1 parent 96dbb71 commit 92b6f1a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Diff for: composer.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "patchlevel/coding-standard",
33
"type": "phpcodesniffer-standard",
4+
"license": "MIT",
45
"description": "The Patchlevel Coding Standard is a set of PHPCS rules applied to all Patchlevel projects.",
56
"keywords": [
67
"patchlevel",
@@ -14,10 +15,16 @@
1415
"sniffs",
1516
"checks"
1617
],
17-
"license": "MIT",
18+
"homepage": "https://github.com/patchlevel/coding-standard",
1819
"authors": [
19-
{"name": "Daniel Badura", "email": "[email protected]"},
20-
{"name": "David Badura", "email": "[email protected]"}
20+
{
21+
"name": "Daniel Badura",
22+
"email": "[email protected]"
23+
},
24+
{
25+
"name": "David Badura",
26+
"email": "[email protected]"
27+
}
2128
],
2229
"require": {
2330
"php": "^7.4 || ^8.0",

0 commit comments

Comments
 (0)