diff --git a/composer.json b/composer.json index f84ca1eb6..6be638756 100644 --- a/composer.json +++ b/composer.json @@ -2,19 +2,17 @@ "name": "enyo/dropzone", "description": "Handles drag and drop of files for you.", "homepage": "http://www.dropzonejs.com", - "keywords": [ - "dragndrop", - "drag and drop", - "file upload", - "upload" - ], - "authors": [ - { - "name": "Matias Meno", - "email": "m@tias.me", - "homepage": "http://www.matiasmeno.com" - } + "keywords": [ + "dragndrop", + "drag and drop", + "file upload", + "upload" ], + "authors": [{ + "name": "Matias Meno", + "email": "m@tias.me", + "homepage": "http://www.matiasmeno.com" + }], "license": "MIT", "minimum-stability": "dev" }