{
"name": "oneforge/forexquotes",
"type": "library",
"version": "6.0.1",
"description": "Library to fetch and parse realtime Forex quotes and convert currencies",
"keywords": [
"forex",
"quotes",
"realtime",
"api"
],
"homepage": "http://1forge.com",
"license": "MIT",
"authors": [
{
"name": "1Forge",
"email": "contact@1forge.com"
}
],
"require": {
"guzzlehttp/guzzle": "6.3.*",
"php": ">=5.6.4",
"wrench/wrench": "2.0.8"
},
"autoload": {
"psr-0": {
"OneForge\\ForexQuotes": "lib/"
},
"psr-4": {
"OneForge\\ForexQuotes\\": "lib/"
}
}
}
|