aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-02-24 13:43:00 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-02-24 13:43:02 +0100
commit744746135254b3fe712d41e3a9b125cf50002a34 (patch)
treea2bb4826299b81f3d475d241459b0d7175e83ab5 /composer.json
parent0a7e695975af4dc6fe3c8b22ab9323b725d8da6d (diff)
downloadwallabag-744746135254b3fe712d41e3a9b125cf50002a34.tar.gz
wallabag-744746135254b3fe712d41e3a9b125cf50002a34.tar.zst
wallabag-744746135254b3fe712d41e3a9b125cf50002a34.zip
Add namespace prefix for psr-4
> Defining autoload.psr-4 with an empty namespace prefix is a bad idea for performance
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": {