We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dbb71 commit 92b6f1aCopy full SHA for 92b6f1a
1 file changed
composer.json
@@ -1,6 +1,7 @@
1
{
2
"name": "patchlevel/coding-standard",
3
"type": "phpcodesniffer-standard",
4
+ "license": "MIT",
5
"description": "The Patchlevel Coding Standard is a set of PHPCS rules applied to all Patchlevel projects.",
6
"keywords": [
7
"patchlevel",
@@ -14,10 +15,16 @@
14
15
"sniffs",
16
"checks"
17
],
- "license": "MIT",
18
+ "homepage": "https://github.com/patchlevel/coding-standard",
19
"authors": [
- {"name": "Daniel Badura", "email": "d.m.badura@googlemail.com"},
20
- {"name": "David Badura", "email": "d.a.badura@googlemail.com"}
+ {
21
+ "name": "Daniel Badura",
22
+ "email": "d.m.badura@gmail.com"
23
+ },
24
25
+ "name": "David Badura",
26
+ "email": "d.a.badura@gmail.com"
27
+ }
28
29
"require": {
30
"php": "^7.4 || ^8.0",
0 commit comments