Skip to content

Commit

Permalink
Switch composer.json config to PSR-4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight committed Feb 24, 2014
1 parent 7f921fb commit 24aba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"satooshi/php-coveralls": "0.6.*"
},
"autoload": {
"psr-0": {"Coast": "lib"},
"psr-4": {"Coast\\": "lib//Coast//"},
"files": ["lib/Coast.php"]
}
}

0 comments on commit 24aba1e

Please sign in to comment.