
OS X 10.9.4 Local Install PHP Memcached - Needed for Composer
https://devcenter.heroku.com/article...s-in-memcached
I'm using Composer to manage my dependencies. Here's where I'm stuck in the process:
I've added...
"ext-memcached": "*"
...to my composer.json file (local on my Mac)
When I run "composer update" (locally) it fails with a message of "The requested PHP extension ext-memcached * is missing from your system."
If I type "memcached -h" (locally) I get "memcached 1.4.13" (Thus confirming it's on my local Mac)
But if I type "composer show --platform" (locally) I do NOT see "ext-memcached" listed (Which is why Composer is failing)