summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index f871053..834f2d4 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,6 @@
},
"autoload": {
"psr-4": { "Clue\\StreamFilter\\": "src/" },
- "files": [ "src/functions.php" ]
+ "files": [ "src/functions_include.php" ]
}
}