diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:16:56 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-07-06 21:18:35 +0200 |
commit | f9a989fe1b0944b9b7d896b23544522fd42c4fd7 (patch) | |
tree | d0d46ca14527d3490de63c0749707fc40ec30119 /composer.json | |
parent | b16e4c558ffb47d2b48f0dab97e4389c9198f831 (diff) | |
download | volse-hubzilla-f9a989fe1b0944b9b7d896b23544522fd42c4fd7.tar.gz volse-hubzilla-f9a989fe1b0944b9b7d896b23544522fd42c4fd7.tar.bz2 volse-hubzilla-f9a989fe1b0944b9b7d896b23544522fd42c4fd7.zip |
Add optimize-autoloader to composer config.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index eb584f6eb..e6bdba61c 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,8 @@ }, "minimum-stability" : "stable", "config" : { - "notify-on-install" : false + "notify-on-install" : false, + "optimize-autoloader" : true }, "repositories": [{ "type": "vcs", |