Skip to content

Commit

Permalink
Format composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed Nov 22, 2015
1 parent e976949 commit f7f69d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f7f69d8

Please sign in to comment.