Skip to content

Commit c366809

Browse files
committed
chore: fix Composer classmap
1 parent ff78dd4 commit c366809

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
@@ -64,7 +64,10 @@
6464
"files": [],
6565
"psr-4": {
6666
"WPGraphQL\\": "src/"
67-
}
67+
},
68+
"classmap": [
69+
"src/WPGraphQL.php"
70+
]
6871
},
6972
"scripts": {
7073
"install-test-env": "bash bin/install-test-env.sh",

0 commit comments

Comments
 (0)