We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635f5d2 commit 4162b9fCopy full SHA for 4162b9f
Brewfile
@@ -18,6 +18,7 @@ brew 'mas'
18
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
19
brew 'trash'
20
brew 'tree'
21
+brew 'zlib' # Needed for Memcached
22
brew 'zsh'
23
brew 'zsh-completions'
24
install.sh
@@ -18,7 +18,7 @@ brew bundle
chsh -s $(which zsh)
# Install PHP extensions with PECL
-pecl install imagick
+pecl install memcached imagick
# Install Composer
curl -sS https://getcomposer.org/installer | php
0 commit comments