Include src in autoloader

This commit is contained in:
Mike Jolley 2019-06-25 13:12:02 +01:00
parent 17f87277cc
commit 6439f2a170
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@
"exclude-from-classmap": [
"includes/legacy",
"includes/libraries"
]
],
"psr-4": {
"Automattic\\WooCommerce\\": "src/"
}
},
"scripts": {
"post-install-cmd": [