From 8a10257d30ee1682217e428cde5b0f68f68199bf Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 8 May 2024 23:21:58 +0200 Subject: [PATCH] Update php requirements --- .github/workflows/tests.yml | 2 -- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 47e59ae..8dbf5a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - change/jiraProjectKey pull_request: branches: - master @@ -15,7 +14,6 @@ jobs: strategy: matrix: include: - - php: '7.1' - php: '7.2' - php: '7.3' - php: '7.4' diff --git a/composer.json b/composer.json index e16c11e..8ea7812 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } }, "require": { - "php": ">=7.1.0", + "php": ">=7.2.5", "ext-curl": "*", "chobie/jira-api-restclient": "2.0.*@dev", "knplabs/github-api": "^1.4", diff --git a/composer.lock b/composer.lock index 6fa1221..bc12605 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": "5c4012fa673f5da0716928397f051b27", + "content-hash": "50eccfb3e35e49b4dce2476815363239", "packages": [ { "name": "chobie/jira-api-restclient", @@ -1791,7 +1791,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.1.0", + "php": ">=7.2.5", "ext-curl": "*" }, "platform-dev": [],