Skip to content

Commit bc3960b

Browse files
authored
Fix autoloader again
1 parent 026759b commit bc3960b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"autoload": {
1515
"psr-4": {
1616
"SzepeViktor\\WP_CLI\\SiteHealth\\": "src/"
17-
}
17+
},
18+
"files": [
19+
"site-health-command.php"
20+
]
1821
},
1922
"authors": [
2023
{

0 commit comments

Comments
 (0)