Skip to content

Commit

Permalink
FRW-332 Drop PHP 7 and Symfony 4 support. (#9641)
Browse files Browse the repository at this point in the history
FRW-332 PHP 8+ and Symfony 5+
  • Loading branch information
geega authored Oct 18, 2022
1 parent 5a1a9c9 commit 44adbb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
extensions: mbstring, intl, bcmath
coverage: none

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
extensions: mbstring, intl, bcmath
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProductList Module
[![Latest Stable Version](https://poser.pugx.org/spryker/product-list/v/stable.svg)](https://packagist.org/packages/spryker/product-list)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/)

ProductList provides infrastructure and functionality to handle white/black lists of a concrete products for a specific merchants.

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": "ProductList module",
"license": "proprietary",
"require": {
"php": ">=7.4",
"php": ">=8.0",
"spryker/cart-extension": "^1.5.0 || ^2.1.0 || ^4.0.0",
"spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0",
"spryker/kernel": "^3.33.0",
Expand Down

0 comments on commit 44adbb6

Please sign in to comment.