Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #455 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
PSR-4 Autoloading
  • Loading branch information
fzaninotto committed Nov 10, 2014
2 parents 8f673c9 + cfb4faf commit bd8e636
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@
"squizlabs/php_codesniffer": "~1.5"
},
"autoload": {
"psr-0": {
"Faker": "src/",
"Faker\\PHPUnit": "test/"
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"autoload-dev": {
"psr-4": {
"Faker\\PHPUnit\\": "test/Faker/"
}
},
"extra": {
Expand Down

0 comments on commit bd8e636

Please sign in to comment.