Skip to content

Commit e3a096a

Browse files
committed
Fixed wrong installer class in composer.json
1 parent fc5630f commit e3a096a

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
@@ -38,7 +38,7 @@
3838
},
3939
"scripts": {
4040
"post-install-cmd": [
41-
"ViewComponents\\Eloquent\\Installer::postComposerInstall"
41+
"ViewComponents\\TestingHelpers\\Installer\\Installer::postComposerInstall"
4242
]
4343
},
4444
"support": {

0 commit comments

Comments
 (0)