From 6ed908e2ab141e5e998cd04b9e29435d8f3e829e Mon Sep 17 00:00:00 2001 From: macbre Date: Fri, 4 Aug 2023 17:05:21 +0100 Subject: [PATCH] Require PHP 8.1+ --- .github/workflows/php.yml | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e5444af..243d549 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -17,9 +17,9 @@ jobs: matrix: # https://github.com/shivammathur/setup-php#tada-php-support php-versions: - - '8.0' - '8.1' - '8.2' + - '8.3' # nightly steps: - uses: actions/checkout@v3 diff --git a/composer.json b/composer.json index f1cf0e7..c998575 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "ext-xml": "*", - "php": "^8.0" + "php": "^8.1" }, "require-dev": { "phpunit/phpunit": "^10.3" diff --git a/composer.lock b/composer.lock index 657be59..468a5d3 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": "47ffc1a5e2fea2132818ace90efa0cd2", + "content-hash": "a4fceb1f3246ab70db95966a3ea734a5", "packages": [], "packages-dev": [ { @@ -1623,7 +1623,7 @@ "prefer-lowest": false, "platform": { "ext-xml": "*", - "php": "^8.0" + "php": "^8.1" }, "platform-dev": [], "plugin-api-version": "2.3.0"