Skip to content

Commit 11357e3

Browse files
committed
Merge pull request #20 from lonnylot/psr4
Corrected autoload setting in `composer.json`
2 parents 9f9d8ad + 3dd8be3 commit 11357e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
],
1313
"autoload": {
14-
"psr-0": {
15-
"FontLib\\": "src/"
14+
"psr-4": {
15+
"FontLib\\": "src/FontLib"
1616
}
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)