From 32a6c30c925f3b9c372e40315ec89c071b3e4882 Mon Sep 17 00:00:00 2001 From: Olha Livitchuk Date: Wed, 13 Aug 2025 18:32:57 +0300 Subject: [PATCH 1/2] FRW-10648 Dropped PHP 8.1 Support --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 629b0d7..cbcc81f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: [ '8.2', '8.3' ] + php-version: [ '8.3', '8.4' ] steps: - name: Checkout uses: actions/checkout@v2 @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: [ '8.2' ] + php-version: [ '8.3' ] steps: - name: Checkout diff --git a/README.md b/README.md index daf776c..8e80124 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spryker PHPStan Extensions [![Build Status](https://github.com/spryker-sdk/phpstan-spryker/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/phpstan-spryker/actions?query=workflow%3ACI+branch%3Amaster) -[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%208.3-8892BF.svg)](https://php.net/) [![License](https://poser.pugx.org/spryker/code-sniffer/license.svg)](https://packagist.org/packages/spryker-sdk/phpstan-spryker) * [PHPStan](https://github.com/phpstan/phpstan) diff --git a/composer.json b/composer.json index 237c34b..cc6c2e2 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": ">=8.2", + "php": ">=8.3", "phpunit/phpunit": "^11.4.0", "phpstan/phpstan": "^1.0.0" }, From c901d4a831b71740d9cb380210fdd9e7ceca61e6 Mon Sep 17 00:00:00 2001 From: Olha Livitchuk Date: Thu, 2 Oct 2025 14:08:28 +0200 Subject: [PATCH 2/2] FRW-10648 Updated phpstan ver --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc6c2e2..f63f0ce 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": ">=8.3", "phpunit/phpunit": "^11.4.0", - "phpstan/phpstan": "^1.0.0" + "phpstan/phpstan": "^1.12.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.1.1",