Skip to content

Commit 0f16da9

Browse files
committed
Fix psr-4 base dir in composer.json
1 parent af8ea2c commit 0f16da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"autoload": {
4444
"psr-4": {
45-
"PhpOffice\\PhpWord\\": "src/"
45+
"PhpOffice\\PhpWord\\": "src/PhpWord"
4646
}
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)