From ff62df27f9c2fe9e2d97119a7b02eb45db05ef63 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 18 Nov 2020 09:38:26 +0100 Subject: [PATCH] PHP 7.4 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 67d878d70..8f1167b2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 7.3 + php-version: 7.4 extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite coverage: none diff --git a/composer.json b/composer.json index 3abfe6914..d1b7ebf4d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "type": "project", "require": { - "php": "^7.3", + "php": "^7.4", "algolia/algoliasearch-client-php": "^2.7", "algolia/scout-extended": "^1.10", "blade-ui-kit/blade-heroicons": "^0.3", diff --git a/composer.lock b/composer.lock index bf2eeac24..adafed5f1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4fe96d86b613a9ac882aa366294f4ade", + "content-hash": "4ca0753fc3747018d127afd6985d5bf5", "packages": [ { "name": "algolia/algoliasearch-client-php", @@ -10345,7 +10345,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^7.3" + "php": "^7.4" }, "platform-dev": [], "plugin-api-version": "2.0.0"