Skip to content

Commit a759edc

Browse files
committed
Composer: fix psr4 autoloading
1 parent 81c4e8f commit a759edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"autoload": {
3535
"psr-4": {
36-
"Ninjify\\Tester\\": "src"
36+
"Ninjify\\Nunjuck\\": "src"
3737
}
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)