Skip to content

Commit

Permalink
Merge pull request #35 from gaetan-be/master
Browse files Browse the repository at this point in the history
Basic composer.json
  • Loading branch information
globalcitizen committed Jan 19, 2016
2 parents a2f7cb7 + 6680f3b commit 7fd6178
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "globalcitizen/php-iban",
"description": "php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.",
"license": "LGPL-3.0",
"autoload": {
"files": ["oophp-iban.php","php-iban.php"]
}
}

0 comments on commit 7fd6178

Please sign in to comment.