Skip to content

Commit 02f3c08

Browse files
author
Erik Seifert
committed
Chg: Psr4
1 parent 5417213 commit 02f3c08

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

composer.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
2-
"name": "bconnect/mailingwork",
2+
"name": "b-connect/mailingwork",
3+
"authors": [
4+
{
5+
"name": "Erik Seifert",
6+
"email": "erik.seifert@b-connect.de"
7+
}
8+
],
39
"description": "Integration for mailingwork api.",
10+
"homepage": "http://b-connect.de/",
411
"type": "library",
512
"keywords": ["api", "newsletter", "mailingwork", "bconnect"],
613
"require": {
@@ -10,17 +17,7 @@
1017
},
1118
"autoload": {
1219
"psr-4": { "bconnect\\MailingWork\\": "lib/MailingWork" }
13-
},
14-
"license": "MIT",
15-
"authors": [
16-
{
17-
"name": "Erik Seifert",
18-
"email": "erik.seifert@b-connect.de"
19-
}
20-
],
21-
"minimum-stability": "dev",
22-
"prefer-stable": true,
23-
"require-dev": {
20+
}, "require-dev": {
2421
"phpunit/phpunit": "^6.4"
2522
}
2623
}

0 commit comments

Comments
 (0)