]> git.mxchange.org Git - friendica-addons.git/blob - curweather/vendor/cmfcmf/openweathermap-php-api/composer.json
minor additions to the README
[friendica-addons.git] / curweather / vendor / cmfcmf / openweathermap-php-api / composer.json
1 {
2     "name": "cmfcmf/openweathermap-php-api",
3     "description": "A php api to parse weather data from OpenWeatherMap.org. This api tries to normalise and abstract the data and remove inconsistencies.",
4     "keywords": ["weather", "OpenWeatherMap", "weather api"],
5     "homepage": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api",
6     "license": "MIT",
7     "authors": [
8         {
9             "name": "Christian Flach (cmfcmf)",
10             "email": "cmfcmf.flach@gmail.com",
11             "homepage": "http://cmfcmf.github.io",
12             "role": "Developer"
13         }
14     ],
15     "support": {
16         "issues": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api/issues",
17         "source": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api.git"
18     },
19     "require": {
20         "php": ">=5.3.0"
21     },
22     "require-dev": {
23       "phpunit/phpunit": "^4.7.0"
24     },
25     "autoload": {
26         "psr-0": {
27             "Cmfcmf\\": ""
28         }
29     }
30 }