From 44adbb663f0680343d9a75b8c6d1953518a2c441 Mon Sep 17 00:00:00 2001 From: Svyatoslav Varpikhovsky Date: Tue, 18 Oct 2022 20:47:15 +0300 Subject: [PATCH] FRW-332 Drop PHP 7 and Symfony 4 support. (#9641) FRW-332 PHP 8+ and Symfony 5+ --- .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 0d8b4d0..bddaf4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/README.md b/README.md index b21fa60..c532ece 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 98af19c..f297a4c 100644 --- a/composer.json +++ b/composer.json @@ -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",