Skip to content
Snippets Groups Projects
Commit a0409e99 authored by Thomas Bruederli's avatar Thomas Bruederli Committed by Aleksander Machniak
Browse files

Fix package names to conform with packagist's naming policies

Summary:
This change will allow the package to be submitted to packagist.org
for easy installation via Composer.

Reviewers: vanmeeuwen, machniak

Reviewed By: machniak

Subscribers: bruederli

Differential Revision: https://git.kolab.org/D121
parent 99a43140
No related branches found
No related tags found
No related merge requests found
{
"name": "kolab/Net_LDAP3",
"name": "kolab/net_ldap3",
"description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories",
"type": "library",
"version": "1.0.4",
Loading
Loading
@@ -31,7 +31,7 @@
],
"require": {
"php": ">=5.3.3",
"pear-pear/Net_LDAP2": ">=2.0.12"
"pear-pear/net_ldap2": ">=2.0.12"
},
"autoload": {
"classmap": ["lib/"]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment