Skip to content

Commit

Permalink
Migrate from PSR-0 to PSR-4
Browse files Browse the repository at this point in the history
PSR-0 is depreciated and will eventually be removed by composer.
  • Loading branch information
KennedyTedesco committed Aug 12, 2014
1 parent 11241ed commit 515d71f
Show file tree
Hide file tree
Showing 7 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 @@ -11,8 +11,8 @@
"sebastian/phpcpd": "@stable"
},
"autoload": {
"psr-0": {
"": ["src/", "tests/"]
"psr-4": {
"PHPBr\\Shopping\\": ["src", "tests"]
}
}
}
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 515d71f

Please sign in to comment.