Skip to content

Commit

Permalink
Merge pull request #424 from samnela/moved-to-psr4
Browse files Browse the repository at this point in the history
Moved to psr-4
  • Loading branch information
stof authored Dec 18, 2018
2 parents 3660b2e + 71eabfa commit 7e27218
Showing 1 changed file 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 @@ -31,8 +31,8 @@
},

"autoload": {
"psr-0": {
"Prophecy\\": "src/"
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},

Expand Down

0 comments on commit 7e27218

Please sign in to comment.