Skip to content

Commit 7fd5a7e

Browse files
committed
added author to composer.json
1 parent ffe38e8 commit 7fd5a7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "The simlpe way to extend the Neos CMS editor",
44
"type": "neos-plugin",
55
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Marvin Kuhn",
9+
"email": "marvin@kuhnweblab.com",
10+
"homepage": "https://kuhnweblab.com",
11+
"role": "Developer"
12+
}
13+
],
614
"require": {
715
"neos/neos": "~4.2 || dev-master",
816
"neos/neos-ui-compiled": "^3.0"

0 commit comments

Comments
 (0)