diff --git a/composer.json b/composer.json index 28c0b62..deda428 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "autoload": { "psr-0": { - "XML_SaxFilters": "./" + "XML": "./" } }, "description": "More info available on: http://pear.php.net/package/XML_SaxFilters", @@ -23,7 +23,8 @@ }, "type": "library", "require": { - "pear/pear_exception": "*" + "pear/pear_exception": "*", + "pear/xml_htmlsax": "*" }, "require-dev": { "phpunit/phpunit": "*"