Fix psr-4 base dir in composer.json

This commit is contained in:
Anton Tyutin 2014-03-27 10:04:34 +03:00
parent af8ea2c266
commit 0f16da9a56

View File

@ -42,7 +42,7 @@
},
"autoload": {
"psr-4": {
"PhpOffice\\PhpWord\\": "src/"
"PhpOffice\\PhpWord\\": "src/PhpWord"
}
}
}
}