Skip to content

Commit ea4b3da

Browse files
committed
Merge pull request #27 from ziadoz/patch-2
Added classmaps to composer.json
2 parents a233ab0 + db7c257 commit ea4b3da

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)