From 8a9481180fac642092684a3b3882f99b3084337e Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sat, 25 Nov 2023 21:13:48 +0100 Subject: [PATCH 1/3] drop PHP 5 --- .github/workflows/ci.yaml | 4 +--- composer.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a5dde7..8db79f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,10 +27,8 @@ jobs: strategy: fail-fast: false matrix: - include: - - php-version: '5.6' - composer-flags: '--prefer-stable --prefer-lowest' - php-version: '7.0' + composer-flags: '--prefer-stable --prefer-lowest' - php-version: '7.1' - php-version: '7.2' - php-version: '7.3' diff --git a/composer.json b/composer.json index 48c6485..aa2b340 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^5.5 || ^7.0 || ^8.0", + "php": "^7.0 || ^8.0", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0", "phpunitgoodpractices/polyfill": "^1.4" }, From 2430eac2f04765861b6e605f960cdde38f41ceda Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sat, 25 Nov 2023 21:13:58 +0100 Subject: [PATCH 2/3] drop PHPUnit 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa2b340..1f8159b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.0 || ^8.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0", "phpunitgoodpractices/polyfill": "^1.4" }, "autoload": { From 76dd2e943e246daa5c7ec88469ede1da121ec4fb Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sat, 25 Nov 2023 21:14:08 +0100 Subject: [PATCH 3/3] drop polyfill --- .github/workflows/ci.yaml | 1 + composer.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8db79f4..8596b40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,7 @@ jobs: strategy: fail-fast: false matrix: + include: - php-version: '7.0' composer-flags: '--prefer-stable --prefer-lowest' - php-version: '7.1' diff --git a/composer.json b/composer.json index 1f8159b..cdf4c5b 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,7 @@ ], "require": { "php": "^7.0 || ^8.0", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0", - "phpunitgoodpractices/polyfill": "^1.4" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0" }, "autoload": { "psr-4": {