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 365fb81 commit 4a4385e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"autoload": {
"psr-0": {
"XML_Feed_Parser": "./"
"XML": "./"
}
},
"description": "More info available on: http://pear.php.net/package/XML_Feed_Parser",
Expand All @@ -26,7 +26,8 @@
"ext-tidy": "May require the tidy PHP extension"
},
"require": {
"pear/pear_exception": "*"
"pear/pear_exception": "*",
"pear/log": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
Expand Down

0 comments on commit 4a4385e

Please sign in to comment.