diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9488c1f..c4b4542 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: fail-fast: false matrix: php-version: [ - '8.0', - '8.1' + '8.1', + '8.2' ] steps: - name: Checkout @@ -61,7 +61,7 @@ jobs: fail-fast: false matrix: php-version: [ - '8.0' + '8.1' ] steps: diff --git a/README.md b/README.md index 0fff5d0..cf37674 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ComposerReplace Module [![CI](https://github.com/spryker-sdk/composer-replace/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/composer-replace/actions?query=workflow%3ACI+branch%3Amaster) [![Latest Stable Version](https://poser.pugx.org/spryker-sdk/composer-replace/v/stable.svg)](https://packagist.org/packages/spryker-sdk/composer-replace) -[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/) [![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan) Composer addon to compute the replace section required for all directories containing a composer.json file in the defined non-split repositories. diff --git a/composer.json b/composer.json index 9fecb9a..065ea1f 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "ComposerReplace module", "license": "proprietary", "require": { - "php": ">=8.0", + "php": ">=8.1", "spryker/symfony": "^3.3.3" }, "require-dev": {