Skip to content

Commit

Permalink
Use PSR4
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Jan 3, 2015
1 parent 715bbdb commit 1bb66db
Show file tree
Hide file tree
Showing 2 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 @@ -18,8 +18,8 @@
"satooshi/php-coveralls": "*"
},
"autoload": {
"psr-0": {
"Jenssegers\\Model": "src/"
"psr-4": {
"Jenssegers\\Model\\": "src/"
}
}
}
File renamed without changes.

0 comments on commit 1bb66db

Please sign in to comment.