Remove all the not needed directories from the Composer autoloader

This commit is contained in:
2021-05-06 20:36:36 +02:00
parent 756c652a07
commit 5403d54e21

View File

@@ -19,5 +19,8 @@
"post-file-download": [
"sed -i 's#//namespace Domframework#namespace Domframework#' *.php"
]
}
},
"autoload": {
"exclude-from-classmap": ["/docs/", "/doc/", "/debian/", "/cover/", "/Tests/", "/locale/", "/tools/"]
}
}