diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2013-01-23 16:00:45 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2013-01-23 16:00:45 (GMT) |
commit | 77d83445dcc052f335ec8977dc5aa9787fa6ed90 (patch) | |
tree | a55cfa26d821a24f1cfaa921e3e60d016d5335cc /composer.json | |
parent | 9122345a30dc0d90cc0132fe3c3b7509293ee63b (diff) | |
download | Net_LDAP3-77d83445dcc052f335ec8977dc5aa9787fa6ed90.tar.gz |
Fix license and description; add (temporary) version string
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 94c9169..d76e1c4 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,11 @@ { "name": "kolab/Net_LDAP3", - "description": "A successor of PEAR:Net_LDAP2 providing advanced functionality for accessing LDAP directories", + "description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories", "type": "library", - "keywords": [ - "ldap vlv" - ], + "version": "1.0.0", + "keywords": ["pear", "ldap", "vlv"], "homepage": "http://git.kolab.org/pear/Net_LDAP3/", - "license": "AGPL-3.0", + "license": "GPL-3.0", "authors": [ { "name": "Jeroen van Meeuwen", |