Skip to content

Commit

Permalink
update json
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGanske authored and TomGanske committed Jul 18, 2017
1 parent dc18eba commit 4b4f3c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Contao 4 Invoice Bundle is a whole software application based on the Contao CMS 4.",
"keywords": ["contao", "symfony", "invoice"],
"license": "MIT",
"homepage": "https://www.ct-eye.com",
"authors": [
{
"name": "Tom Ganske",
Expand All @@ -24,7 +23,7 @@
"contao/manager-plugin": "<2.0 || >=3.0"
},
"autoload": {
"psr-4": {
"psr-4": {
"CtEye\\InvoiceBundle\\": "src/"
},
"classmap": [
Expand All @@ -36,6 +35,6 @@
]
},
"extra": {
"contao-manager-plugin": "CtEye\\InvoiceBundle\\ContaoManager\\Plugin"
"contao-manager-plugin": "CtEye\\InvoiceBundle\\ContaoManager\\Plugin"
}
}

0 comments on commit 4b4f3c4

Please sign in to comment.