Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 50a1828

Browse files
committed
Updated to use PSR-4
1 parent 8b29dbc commit 50a1828

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
"twig/twig": "Twig templating system"
2727
},
2828
"autoload": {
29-
"psr-0": {
30-
"Slim\\Views": ""
29+
"psr-4": {
30+
"Slim\\Views\\": "./"
3131
}
32-
},
33-
"target-dir": "Slim/Views"
32+
}
3433
}

0 commit comments

Comments
 (0)