diff --git a/composer.json b/composer.json index 63e1c35d..170996e7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "querypath/QueryPath", + "name": "querypath/querypath", "type": "library", "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)", "homepage": "https://github.com/technosophos/querypath", @@ -9,6 +9,9 @@ "php" : ">=5.3.0", "masterminds/html5": "2.*" }, + "extra": { + "installer-name": "QueryPath" + }, "autoload": { "psr-0": {"QueryPath": "src/"}, "files": ["src/qp_functions.php"]