forked from horde/Mime
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.horde.yml
59 lines (59 loc) · 1.19 KB
/
.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
id: Mime
name: Mime
full: MIME library
description: >-
A library that provides methods for dealing with Multipurpose Internet Mail
Extensions (MIME) features (RFC 2045/2046/2047).
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Mime
authors:
-
name: Chuck Hagenbuch
user: chuck
email: [email protected]
active: false
role: lead
-
name: Michael Slusarz
user: slusarz
email: [email protected]
active: false
role: lead
version:
release: 3.0.0alpha6
api: 3.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: LGPL-2.1-only
uri: http://www.horde.org/licenses/lgpl21
dependencies:
required:
php: ^7.4 || ^8
composer:
horde/exception: ^3
horde/listheaders: ^2
horde/mail: ^3
horde/stream: ^2
horde/stream_filter: ^3
horde/support: ^3
horde/text_flowed: ^3
horde/text_filter: ^3
horde/translation: ^3
horde/util: ^3
optional:
composer:
horde/nls: ^3
horde/text_filter: ^3
pear/net_dns2: ^1.5.3
dev:
composer:
horde/nls: ^3
horde/test: ^3
horde/text_filter: ^3
pear/net_dns2: ^1.5.3
ext:
intl: '*'