]> git.mxchange.org Git - friendica-addons.git/blob - curweather/vendor/composer/installed.json
added composer.json and needed libs
[friendica-addons.git] / curweather / vendor / composer / installed.json
1 [
2     {
3         "name": "cmfcmf/openweathermap-php-api",
4         "version": "v2.0.7",
5         "version_normalized": "2.0.7.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api.git",
9             "reference": "ab387ebcad332b1e58be443f760e1235e7976443"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/cmfcmf/OpenWeatherMap-PHP-Api/zipball/ab387ebcad332b1e58be443f760e1235e7976443",
14             "reference": "ab387ebcad332b1e58be443f760e1235e7976443",
15             "shasum": ""
16         },
17         "require": {
18             "php": ">=5.3.0"
19         },
20         "require-dev": {
21             "phpunit/phpunit": "^4.7.0"
22         },
23         "time": "2015-06-23 21:07:37",
24         "type": "library",
25         "installation-source": "dist",
26         "autoload": {
27             "psr-0": {
28                 "Cmfcmf\\": ""
29             }
30         },
31         "notification-url": "https://packagist.org/downloads/",
32         "license": [
33             "MIT"
34         ],
35         "authors": [
36             {
37                 "name": "Christian Flach (cmfcmf)",
38                 "email": "cmfcmf.flach@gmail.com",
39                 "homepage": "http://cmfcmf.github.io",
40                 "role": "Developer"
41             }
42         ],
43         "description": "A php api to parse weather data from OpenWeatherMap.org. This api tries to normalise and abstract the data and remove inconsistencies.",
44         "homepage": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api",
45         "keywords": [
46             "OpenWeatherMap",
47             "weather",
48             "weather api"
49         ]
50     }
51 ]