diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e851193f..5d6b48fd 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 b9a96f9b..217b0650 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Customer Module [![Latest Stable Version](https://poser.pugx.org/spryker/customer/v/stable.svg)](https://packagist.org/packages/spryker/customer) -[![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/) Customer provides functionality for basic CRUD operations for customer and address entities. In addition, it also handles advanced features for handling customer registration, validation, password reset, authorization and anonymization. To comply with legislation regarding personal information privacy, deleting a customer can be customer initiated or backend initiated. Snapshots of customer data in existing orders are not affected by this action. Deleting an account anonymizes customer information and address data. In the out-of-the box solution we also anonymize customer email address making it possible for the customer to return and register again with a completely new account. diff --git a/composer.json b/composer.json index 758a94b4..3db88aa6 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Customer module", "license": "proprietary", "require": { - "php": ">=8.1", + "php": ">=8.2", "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/authorization-extension": "^1.0.0", "spryker/checkout-extension": "^1.2.0",