Skip to content

Commit

Permalink
basic composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaëtan Denaisse committed Jan 18, 2016
1 parent a2f7cb7 commit 6680f3b
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 6680f3b

Please sign in to comment.