Skip to content

Commit

Permalink
Update .horde.yml with extended information.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 25, 2017
1 parent 016c89f commit bdbc45d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .horde.yml
@@ -1,8 +1,30 @@
---
id: Stringprep
name: Internationalized strings preparation library
full: >
full: |-
PHP implementation of RFC 3454 - Preparation of Internationalized Strings ("stringprep").
description: Horde wrapper around the znerol/php-stringprep package.
list: dev
type: library
authors:
-
name: Michael Slusarz
user: slusarz
email: slusarz@horde.org
active: true
role: lead
version:
release: 1.0.5
api: 1.0.0
state:
release: stable
api: stable
license:
identifier: LGPL-3.0
uri: http://opensource.org/licenses/lgpl-3.0.html
dependencies:
required:
php: ^5.3 || ^7
ext:
iconv: '*'
intl: '*'

0 comments on commit bdbc45d

Please sign in to comment.