Skip to content

Commit db7c257

Browse files
committed
Added classmaps to composer.json
This should ensure the log writer, middleware and view extensions are autoloaded by Composer.
1 parent a233ab0 commit db7c257

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"php": ">=5.2.0"
2121
},
2222
"autoload": {
23-
"psr-0": { "Twig_Extensions_": "Views/Extension/" }
23+
"psr-0": { "Twig_Extensions_": "Views/Extension/" },
24+
"classmap": ["Log Writers/", "Middleware/", "Views/"]
2425
}
25-
}
26+
}

0 commit comments

Comments
 (0)