diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b51b99d..7846c1e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,8 @@ jobs: fail-fast: false matrix: php-version: [ - '8.2', - '8.3' + '8.3', + '8.4' ] steps: @@ -91,7 +91,7 @@ jobs: fail-fast: false matrix: php-version: [ - '8.2' + '8.3' ] steps: diff --git a/README.md b/README.md index 9ee2535e..353a70ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EventBehavior Module [![CI](https://github.com/spryker/event-behavior/workflows/CI/badge.svg?branch=master)](https://github.com/spryker/event-behavior/actions?query=workflow%3ACI+branch%3Amaster) [![Latest Stable Version](https://poser.pugx.org/spryker/event-behavior/v/stable.svg)](https://packagist.org/packages/spryker/event-behavior) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.3-8892BF.svg)](https://php.net/) EventBehavior provides event-based propel behavior. By enabling this behavior in the Propel schema.xml, it will be able to add listeners to all events from the entities. Events could be of type create, update or delete. diff --git a/composer.json b/composer.json index 1ec26243..8bdf5ca2 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "EventBehavior module", "license": "proprietary", "require": { - "php": ">=8.2", + "php": ">=8.3", "spryker/event": "^2.4.0", "spryker/event-dispatcher-extension": "^1.0.0", "spryker/kernel": "^3.72.0", diff --git a/phpcs.xml b/phpcs.xml index 65964364..b3521af5 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -32,8 +32,8 @@ - - + +