Skip to content

Commit a1bfb1f

Browse files
VincentLangletphpstan-bot
authored andcommitted
Add authors section in composer.json (phpstan#5389)
1 parent d7e5369 commit a1bfb1f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
"license": [
55
"MIT"
66
],
7+
"authors": [
8+
{
9+
"name": "Ondřej Mirtes"
10+
},
11+
{
12+
"name": "Markus Staab"
13+
},
14+
{
15+
"name": "Vincent Langlet"
16+
}
17+
],
718
"require": {
819
"php": "^8.2",
920
"composer-runtime-api": "^2.0",

0 commit comments

Comments
 (0)