Skip to content

Commit

Permalink
Fixing prawnsalad#25, fixing prawnsalad#26
Browse files Browse the repository at this point in the history
PSR-4 can only work if you use PHP namespaces.
  • Loading branch information
SvenRtbg committed Feb 7, 2015
1 parent 8e422c4 commit ade625b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"homepage": "https://github.com/prawnsalad/Nexmo-PHP-lib",
"license": "MIT",
"autoload": {
"psr-4": {
"PrawnSalad\\Nexmo\\": ["src"]
}
"classmap": ["src/"]
}
}

0 comments on commit ade625b

Please sign in to comment.