forked from horde/Service_Weather
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.horde.yml
38 lines (38 loc) · 842 Bytes
/
.horde.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
id: Service_Weather
name: Service_Weather
full: Weather service library
description: >-
A library that provide an abstraction to various online weather service
providers. Includes drivers for WeatherUnderground and WorldWeatherOnline.
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Service_Weather
authors:
-
name: Michael J Rubinsky
user: mrubinsk
email: [email protected]
active: true
role: lead
version:
release: 3.0.0alpha4
api: 3.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
dependencies:
required:
php: ^7.4 || ^8
composer:
horde/date: ^3
horde/exception: ^3
horde/http: ^3
horde/translation: ^3
horde/url: ^3
optional:
composer:
horde/test: ^3