Skip to content

Commit

Permalink
Updated library description and removed duplicate require
Browse files Browse the repository at this point in the history
  • Loading branch information
andreausu committed Sep 25, 2014
1 parent fa8696d commit 0773435
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "usu/codice-fiscale",
"description": "A library to calculate the italian fiscal code (codice fiscale)",
"description": "A library to calculate and check the validity of the italian fiscal code (codice fiscale)",
"keywords": ["codice fiscale", "php"],
"homepage": "http://andreausu.github.com/CodiceFiscale",
"license": "MIT",
Expand All @@ -14,12 +14,11 @@
"php": ">=5.4.0"
},
"require-dev": {
"php": ">=5.4.0",
"phpunit/phpunit": "@stable"
},
"autoload": {
"psr-0": {
"CodiceFiscale": "src/"
}
}
}
}

0 comments on commit 0773435

Please sign in to comment.