From fffa051b7246e8f8c373dedc4eeb1d7780ead7e0 Mon Sep 17 00:00:00 2001 From: "a.o.ivanov" Date: Sat, 18 Nov 2023 20:20:44 +0200 Subject: [PATCH] Drop support for PHP 7.2 and 7.3 --- .github/workflows/build.yml | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0c4822..3a5686d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] + php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/composer.json b/composer.json index 609cd80..1a72953 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ } ], "require": { - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "guzzlehttp/guzzle": "^6.5 || ^7.3" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.5 || ^10.1", - "symplify/easy-coding-standard": "^9.4 || ^10.0 || ^11.0" + "phpunit/phpunit": "^9.5 || ^10.1", + "symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0" }, "autoload": { "psr-4": {