Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
add table number to rate
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikmat committed Mar 27, 2017
1 parent 2891a21 commit c45be33
Show file tree
Hide file tree
Showing 3 changed files with 671 additions and 252 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "maciej-sz/nbp-php",
"name": "apptension/nbp-php",
"description": "API for accessing NBP (Narodowy Bank Polski) currency rates in PHP",
"keywords": ["nbp", "currency", "money"],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/apptension/nbp-php",
"authors": [
{
"name": "Maciej Szopiński",
Expand All @@ -17,6 +18,12 @@
"MaciejSzAt\\NbpPhp\\": "tests/behat/src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/apptension/nbp-php"
}
],
"require-dev": {
"behat/behat": "~3.0.0",
"behat/mink": "~1.6.0",
Expand Down
Loading

0 comments on commit c45be33

Please sign in to comment.