Skip to content

Commit

Permalink
Adding required classmap autoloading (because of Module.php) and fixi…
Browse files Browse the repository at this point in the history
…ng PSR-0 path
  • Loading branch information
Ocramius committed May 23, 2012
1 parent 401dc0c commit 08e5559
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -25,7 +25,10 @@
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"ZfcUser": "module/ZfcUser/src" "ZfcUser": "src/"
} },
"classmap": [
"./"
]
} }
} }

0 comments on commit 08e5559

Please sign in to comment.