Skip to content

Commit bdbc45d

Browse files
committed
Update .horde.yml with extended information.
1 parent 016c89f commit bdbc45d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.horde.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
---
22
id: Stringprep
33
name: Internationalized strings preparation library
4-
full: >
4+
full: |-
55
PHP implementation of RFC 3454 - Preparation of Internationalized Strings ("stringprep").
66
description: Horde wrapper around the znerol/php-stringprep package.
77
list: dev
88
type: library
9+
authors:
10+
-
11+
name: Michael Slusarz
12+
user: slusarz
13+
email: slusarz@horde.org
14+
active: true
15+
role: lead
16+
version:
17+
release: 1.0.5
18+
api: 1.0.0
19+
state:
20+
release: stable
21+
api: stable
22+
license:
23+
identifier: LGPL-3.0
24+
uri: http://opensource.org/licenses/lgpl-3.0.html
25+
dependencies:
26+
required:
27+
php: ^5.3 || ^7
28+
ext:
29+
iconv: '*'
30+
intl: '*'

0 commit comments

Comments
 (0)