123456789101112131415161718192021222324 |
- {
- "name": "roundcube/new_user_identity",
- "type": "roundcube-plugin",
- "description": "Populates a new user's default identity from LDAP on their first visit.",
- "license": "GPLv3+",
- "version": "1.1",
- "authors": [
- {
- "name": "Aleksander Machniak",
- "email": "alec@alec.pl",
- "role": "Lead"
- }
- ],
- "repositories": [
- {
- "type": "composer",
- "url": "http://plugins.roundcube.net"
- }
- ],
- "require": {
- "php": ">=5.3.0",
- "roundcube/plugin-installer": ">=0.1.3"
- }
- }
|