Skip to content

Commit

Permalink
Restructure for PSR-4 autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen committed Feb 3, 2015
1 parent fc06486 commit 05f74fd
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"phpspec/phpspec": "~2.0"
},
"autoload": {
"psr-0": {
"CodeZero\\Twitter": "src/"
"psr-4": {
"CodeZero\\Twitter\\": "src/"
}
},
"minimum-stability": "stable"
Expand Down
6 changes: 4 additions & 2 deletions phpspec.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
suites:
codezero_suite:
namespace: CodeZero
namespace: CodeZero\Twitter
src_path: src
spec_prefix: spec
spec_path: .
spec_prefix: spec
psr4_prefix: CodeZero\Twitter
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 05f74fd

Please sign in to comment.