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 18, 2014
1 parent a4186f0 commit a16e2ce
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 @@ -13,7 +13,7 @@
],
"autoload": {
"psr-0": {
"Services_Pingback": "./"
"Services": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Services_Pingback",
Expand All @@ -28,7 +28,8 @@
},
"type": "library",
"require": {
"pear/pear_exception": "*"
"pear/pear_exception": "*",
"pear/xml_rpc": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
Expand Down

0 comments on commit a16e2ce

Please sign in to comment.