We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016c89f commit bdbc45dCopy full SHA for bdbc45d
.horde.yml
@@ -1,8 +1,30 @@
1
---
2
id: Stringprep
3
name: Internationalized strings preparation library
4
-full: >
+full: |-
5
PHP implementation of RFC 3454 - Preparation of Internationalized Strings ("stringprep").
6
description: Horde wrapper around the znerol/php-stringprep package.
7
list: dev
8
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