From d2f865c91a2633a771df56ad176069365195e06a Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 20 Jul 2020 00:36:06 +0530 Subject: [PATCH] Remove phpbrew config --- README.md | 2 ++ src/configs/config.yaml | 58 ----------------------------------------- 2 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 src/configs/config.yaml diff --git a/README.md b/README.md index ff21388d..0153e036 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,8 @@ with: ## :signal_strength: Coverage Support + + ### Xdebug Specify `coverage: xdebug` to use `Xdebug`. diff --git a/src/configs/config.yaml b/src/configs/config.yaml deleted file mode 100644 index 1131245d..00000000 --- a/src/configs/config.yaml +++ /dev/null @@ -1,58 +0,0 @@ -variants: - dev: - bcmath: - calendar: - cli: - ctype: - curl: - dom: - fileinfo: - filter: - gd: - - --enable-exif - - --enable-gd - - --enable-intl - - --enable-phpdbg - - --enable-soap - - --enable-sysvmsg - - --enable-sysvsem - - --enable-sysvshm - - --enable-xml - - --enable-xmlreader - - --enable-zend-test=shared - - --with-config-file-path=/etc - - --with-curl - - --with-ffi - - --with-freetype - - --with-gd - - --with-gmp=/usr/local/opt/gmp - - --with-iconv=/usr/local/opt/libiconv - - --with-icu-dir=/usr/local/opt/icu4c - - --with-kerberos - - --with-libxml - - --with-mhash - - --with-mysqli=mysqlnd - - --with-openssl - - --with-pdo-mysql=mysqlnd - - --with-pdo-pgsql - - --with-pear - - --with-pgsql - - --with-readline=/usr/local/opt/readline - - --with-zip - iconv: - ipc: - json: - mbregex: - mbstring: - mcrypt: - mhash: - openssl: - pcntl: - pcre: - pdo: - phar: - posix: - sockets: - tokenizer: - xml: - zip: