aboutsummaryrefslogtreecommitdiffhomepage
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 796c4c15..70a50f09 100644
--- a/composer.json
+++ b/composer.json
@@ -126,7 +126,7 @@
126 } 126 }
127 }, 127 },
128 "autoload": { 128 "autoload": {
129 "psr-4": { "": "src/" }, 129 "psr-4": { "Wallabag\\": "src/Wallabag/" },
130 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] 130 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
131 }, 131 },
132 "config": { 132 "config": {