Skip to content

Commit

Permalink
Chg: Psr4
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Seifert committed Nov 15, 2017
1 parent 5417213 commit 02f3c08
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "bconnect/mailingwork",
"name": "b-connect/mailingwork",
"authors": [
{
"name": "Erik Seifert",
"email": "[email protected]"
}
],
"description": "Integration for mailingwork api.",
"homepage": "http://b-connect.de/",
"type": "library",
"keywords": ["api", "newsletter", "mailingwork", "bconnect"],
"require": {
Expand All @@ -10,17 +17,7 @@
},
"autoload": {
"psr-4": { "bconnect\\MailingWork\\": "lib/MailingWork" }
},
"license": "MIT",
"authors": [
{
"name": "Erik Seifert",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
}, "require-dev": {
"phpunit/phpunit": "^6.4"
}
}

0 comments on commit 02f3c08

Please sign in to comment.