From 92a1b05145abccb427d19aeded53451befe8038a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 1 May 2019 12:11:40 -0600 Subject: [PATCH] Fix CI regression --- .circleci/config.yml | 2 +- composer.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d690485a..b2257e726 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: - checkout - run: sudo apt update && sudo apt install zlib1g-dev libsqlite3-dev - - run: sudo -E docker-php-ext-install bcmath intl pcntl zip + - run: sudo -E docker-php-ext-install bcmath pcntl zip # Download and cache dependencies diff --git a/composer.json b/composer.json index 0e7e1e844..44390e0fc 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "ext-bcmath": "*", "ext-ctype": "*", "ext-curl": "*", - "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*",