Skip to content

Commit

Permalink
Move pear/net_ldap2 back to 'suggests" section
Browse files Browse the repository at this point in the history
It requires php-ldap extension which might be problematic when
someone does not need to use LDAP.
  • Loading branch information
alecpl committed Mar 9, 2017
1 parent 91e36f2 commit 69fb773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json-dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"pear/net_idna2": "~0.2.0",
"pear/mail_mime": "~1.10.0",
"pear/net_smtp": "~1.7.1",
"pear/net_ldap2": "~2.2.0",
"pear/crypt_gpg": "~1.6.0",
"roundcube/net_sieve": "~1.5.0",
"roundcube/plugin-installer": "~0.1.6",
Expand All @@ -34,6 +33,7 @@
"phpunit/phpunit": "~5.7.15"
},
"suggest": {
"kolab/Net_LDAP3": "dev-master required for connecting to LDAP address books"
"pear/net_ldap2": "~2.2.0 required for connecting to LDAP",
"kolab/Net_LDAP3": "dev-master required for connecting to LDAP"
}
}

0 comments on commit 69fb773

Please sign in to comment.