Skip to content

Commit

Permalink
Fix psr-4 base dir in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonTyutin committed Mar 27, 2014
1 parent af8ea2c commit 0f16da9
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 @@ -42,7 +42,7 @@
},
"autoload": {
"psr-4": {
"PhpOffice\\PhpWord\\": "src/"
"PhpOffice\\PhpWord\\": "src/PhpWord"
}
}
}
}

0 comments on commit 0f16da9

Please sign in to comment.