From 0b22207b3550c683825c8e613975436ef9d3af06 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 31 May 2022 10:46:43 +0200 Subject: [PATCH] Raise min PHP version to 7.3 --- .github/workflows/ci.yaml | 3 --- composer.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e9f36e..a81b909 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,9 +15,6 @@ jobs: strategy: matrix: php-version: - - "7.0" - - "7.1" - - "7.2" - "7.3" - "7.4" - "8.0" diff --git a/composer.json b/composer.json index 37e803d..c80bb81 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": ">=7.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "ext-json": "*" }, "require-dev": {