Skip to content

Commit 4e614b3

Browse files
Add authors section in composer.json (#5389)
1 parent 3a4c0e2 commit 4e614b3

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)