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 b9591aa3..3a32c02f 100644
--- a/composer.json
+++ b/composer.json
@@ -104,7 +104,7 @@
104 } 104 }
105 }, 105 },
106 "autoload": { 106 "autoload": {
107 "psr-0": { "": "src/" }, 107 "psr-4": { "": "src/" },
108 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] 108 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
109 }, 109 },
110 "config": { 110 "config": {