diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e851193..5d6b48f 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: '8.2' + php-version: '8.3' extensions: mbstring, intl, bcmath coverage: none @@ -41,7 +41,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' extensions: mbstring, intl, bcmath coverage: none diff --git a/README.md b/README.md index f40bdfa..7983c48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CartPage Module [![Latest Stable Version](https://poser.pugx.org/spryker-shop/cart-page/v/stable.svg)](https://packagist.org/packages/spryker-shop/cart-page) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/) This module contains the cart page and it's components. diff --git a/composer.json b/composer.json index 3e89d2c..11a1fca 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "CartPage module", "license": "proprietary", "require": { - "php": ">=8.1", + "php": ">=8.2", "spryker-shop/cart-page-extension": "^1.3.0", "spryker-shop/comment-widget-extension": "^1.0.0", "spryker-shop/product-configurator-gateway-page-extension": "^0.1.0 || ^0.2.0 || ^1.0.0",