Skip to content

Commit dcf9ff7

Browse files
committed
Make package psr-4 compliant. Classes autoload with composers autoloader.
1 parent 6e1a265 commit dcf9ff7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"autoload": {
3939
"psr-0": {
4040
"PHPPowerPoint": "src/"
41+
},
42+
"psr-4": {
43+
"PhpOffice\\PhpPowerpoint\\": "src/PhpPowerpoint/"
4144
}
4245
}
4346
}

0 commit comments

Comments
 (0)