summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 04e6e4a1..1f7009ab 100644
--- a/composer.json
+++ b/composer.json
@@ -9,6 +9,10 @@
"lusitanian/oauth": "0.3.5"
},
"autoload": {
- "psr-0": {"": "app/"}
+ "psr-0": {"": "app/"},
+ "files": [
+ "app/helpers.php",
+ "app/functions.php"
+ ]
}
}