From f7f69d87d0a6d43ed88bb1b1e77ad3e38bf0b8ad Mon Sep 17 00:00:00 2001 From: davidepastore Date: Sun, 22 Nov 2015 19:26:47 +0100 Subject: [PATCH] Format composer.json --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 87aae84..917ce49 100644 --- a/composer.json +++ b/composer.json @@ -2,24 +2,24 @@ "name": "davidepastore/codice-fiscale", "description": "An italian tax code calculator and checker", "keywords" : [ - "codice fiscale", + "codice fiscale", "validator", "tax code", "italian", "italy" - ], + ], "autoload" : { - "psr-4" : { - "" : "src/" - } - }, + "psr-4" : { + "" : "src/" + } + }, "require-dev": { "phpunit/phpunit": "3.7.*", "scrutinizer/ocular": "~1.1" }, "require": {}, "license" : "GPL-2.0+", - "type" : "library", + "type" : "library", "authors": [ { "name": "davidepastore",