TodayStream/composer.json

18 lines
378 B
JSON
Raw Permalink Normal View History

2017-04-24 17:13:08 -06:00
{
2019-01-28 03:06:16 -07:00
"name": "netsyms/todaystream",
"description": "News and weather app.",
2017-04-24 17:13:08 -06:00
"type": "project",
"require": {
2017-12-28 16:20:45 -07:00
"catfan/medoo": "^1.5",
"guzzlehttp/guzzle": "^6.2",
"geoip2/geoip2": "^2.9"
2017-04-24 17:13:08 -06:00
},
"license": "MPL-2.0",
2017-04-24 17:13:08 -06:00
"authors": [
{
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
}
]
}