aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-17 09:17:22 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-17 09:17:22 -0400
commit487e4af1501d28d24d9a881367c4b9173b84f7f8 (patch)
tree0715e1e4074a51e8200f8c4b09998e3ab8ccac91 /composer.json
parent4d2762002081b0547cdb882b22aefe61cd092c91 (diff)
downloadthedroneely.com-487e4af1501d28d24d9a881367c4b9173b84f7f8.tar.gz
thedroneely.com-487e4af1501d28d24d9a881367c4b9173b84f7f8.tar.bz2
thedroneely.com-487e4af1501d28d24d9a881367c4b9173b84f7f8.zip
composer.json: Ignore Cockpit CMS
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 44f9647..5f29c66 100644
--- a/composer.json
+++ b/composer.json
@@ -1,8 +1,7 @@
{
"autoload" : {
- "classmap": [
- "./"
- ]
+ "classmap": [ "./" ],
+ "exclude-from-classmap": [ "/cockpit/" ]
},
"require": {
"phpmailer/phpmailer": "^6.0"