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