Skip to content

Commit

Permalink
Enhancement: composer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Feb 17, 2014
1 parent d03b68b commit 3f569b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -8,7 +8,7 @@
],
"autoload": {
"psr-0": {
"XML_SaxFilters": "./"
"XML": "./"
}
},
"description": "More info available on: http://pear.php.net/package/XML_SaxFilters",
Expand All @@ -23,7 +23,8 @@
},
"type": "library",
"require": {
"pear/pear_exception": "*"
"pear/pear_exception": "*",
"pear/xml_htmlsax": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
Expand Down

0 comments on commit 3f569b9

Please sign in to comment.