From 5532fb8a5a2381422c1938e224e31ab53f62a662 Mon Sep 17 00:00:00 2001 From: Payton Swick Date: Tue, 29 Oct 2019 12:25:06 -0400 Subject: [PATCH] Downgrade PHP requirement to 7.1 (#13) * Downgrade PHP to 7.1 * Downgrade CircleCI config to 7.1 --- .circleci/config.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9a12c30..0bde9f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/php:7.2-browsers + - image: circleci/php:7.1-browsers # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images diff --git a/composer.json b/composer.json index ae3ab1d..54e0dba 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ ] }, "require": { - "php": "^7.2" + "php": "^7.1" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",