Skip to content

Commit

Permalink
chore: Normalize composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 11, 2021
1 parent 93bce4a commit b7ff43d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "loophp/tin",
"type": "library",
"description": "Provide validation tools for Taxpayer Identification Number",
"homepage": "https://github.com/loophp/tin",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Thomas Portelange",
Expand All @@ -14,6 +13,11 @@
"email": "pol.dellaiera@protonmail.com"
}
],
"homepage": "https://github.com/loophp/tin",
"support": {
"issues": "https://github.com/loophp/tin/issues",
"source": "https://github.com/loophp/tin"
},
"require": {
"php": ">= 7.1.3"
},
Expand Down Expand Up @@ -41,9 +45,5 @@
"grumphp": "./vendor/bin/grumphp run",
"infection": "vendor/bin/infection run -j 2",
"phpspec": "vendor/bin/phpspec run -vvv --stop-on-failure"
},
"support": {
"issues": "https://github.com/loophp/tin/issues",
"source": "https://github.com/loophp/tin"
}
}

0 comments on commit b7ff43d

Please sign in to comment.