diff --git a/composer.json b/composer.json
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
 {
-	"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",
@@ -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/"]