Skip to content

Commit

Permalink
switched to PSR-4 autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Jan 22, 2015
1 parent 20453e1 commit ce6c97c
Show file tree
Hide file tree
Showing 6 changed files 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 @@ -14,8 +14,8 @@
"php": ">=5.4.0"
},
"autoload": {
"psr-0": {
"Foolz\\Package": "classes/"
"psr-4": {
"Foolz\\Package\\": "src/"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ce6c97c

Please sign in to comment.