Skip to content

Commit

Permalink
Fix: autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Feb 17, 2014
1 parent 784fb63 commit 072d48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"autoload": {
"psr-0": {
"Contact_Vcard_Build": "./"
"Contact": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Contact_Vcard_Build",
Expand All @@ -33,4 +33,4 @@
"require-dev": {
"phpunit/phpunit": "*"
}
}
}

0 comments on commit 072d48f

Please sign in to comment.