소스 검색

Fix CI regression

Daniel Supernault 6 년 전
부모
커밋
92a1b05145
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .circleci/config.yml
  2. 0 1
      composer.json

+ 1 - 1
.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
 

+ 0 - 1
composer.json

@@ -9,7 +9,6 @@
         "ext-bcmath": "*",
         "ext-ctype": "*",
         "ext-curl": "*",
-        "ext-intl": "*",
         "ext-json": "*",
         "ext-mbstring": "*",
         "ext-openssl": "*",