From 2d28751711efbe156bf619f1f3a1fb8601db9ffb Mon Sep 17 00:00:00 2001 From: Geoff Appleby Date: Thu, 13 May 2021 15:34:57 -0700 Subject: [PATCH] Bump PHP requirement to 7.3 --- .github/workflows/php.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d23eb66..bbb4054 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.3', '7.4', '8.0'] experimental: [false] env: code-coverage-version: '7.4' diff --git a/composer.json b/composer.json index 56c6bf5..8a2a2d6 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ "phpunit": "phpunit" }, "require": { - "php": "^7.2 || ^8.0", + "php": "^7.3 || ^8.0", "ext-json": "*" }, "require-dev": { "httpwg/structured-field-tests": "*@dev", "paragonie/constant_time_encoding": "^2.3", - "phpunit/phpunit": "^8.5 || ^9.3", + "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.5" }, "extra": {