Skip to content

Commit

Permalink
Added missing values in composer.json file.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed Mar 17, 2022
1 parent 6a86467 commit a6147ec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
{
"name": "organisationsnummer/organisationsnummer",
"description": "Validate Swedish Organisationsnummer",
"license": "MIT",
"require": {
"php": ">=7.4",
"personnummer/personnummer": ">=v3.0.4"
},
"authors": [
{
"name": "Johannes Tegnér",
"homepage": "https://jite.eu",
"email": "[email protected]"
}
],
"keywords": [
"utility",
"organisationsnummer",
"personnummer",
"swedish",
"vat"
],
"support": {
"issues": "https://github.com/organisationsnummer/php/issues"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit a6147ec

Please sign in to comment.