diff options
Diffstat (limited to 'apps/updatenotification/composer/composer.json')
-rw-r--r-- | apps/updatenotification/composer/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/composer/composer.json b/apps/updatenotification/composer/composer.json index 3e14337eb69..1357d3f09b8 100644 --- a/apps/updatenotification/composer/composer.json +++ b/apps/updatenotification/composer/composer.json @@ -2,7 +2,7 @@ "config" : { "vendor-dir": ".", "optimize-autoloader": true, - "authorative-autoloader": true, + "classmap-authoritative": true, "autoloader-suffix": "UpdateNotification" }, "autoload" : { |