Suggest "apcu" not "apc" in composer.json
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 28 Sep 2018 05:26:16 +0000 (22:26 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 28 Sep 2018 05:26:16 +0000 (22:26 -0700)
commitba701be532ddceea1630de968de14da6b45c1b2a
tree901288b53d2fbaa3c51740f6572031c0b301e1cf
parentc8ca57f903da259f0be435f8a5e9234deefee26b
Suggest "apcu" not "apc" in composer.json

apc is the pre-PHP 5.5 extension that was partly merged into PHP itself
(the opcode caching), and partly split into a separate apcu extension for
the userland caching. We want people to install apcu for better performance.

Note that we still need to support apc because of HHVM.

Change-Id: I5830a66bc86ff321bf9141d2b65eedb4802e404f
composer.json