Skip to content

Commit

Permalink
FRW-8801 Upgraded php ver
Browse files Browse the repository at this point in the history
  • Loading branch information
olhalivitchuk committed Sep 5, 2024
1 parent fee54b2 commit f82f223
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
php-version: [
'8.0',
'8.1'
'8.1',
'8.2'
]
steps:
- name: Checkout
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: false
matrix:
php-version: [
'8.0'
'8.1'
]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ComposerReplace module",
"license": "proprietary",
"require": {
"php": ">=8.0",
"php": ">=8.1",
"spryker/symfony": "^3.3.3"
},
"require-dev": {
Expand Down

0 comments on commit f82f223

Please sign in to comment.