From 0f4d62b4db76ece3fb6f855608b1cbff8ed2d5d4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 11:28:31 +0300 Subject: [PATCH 1/3] Issue #95: Bump symfony to v8 and remove php 8.2 & 8.3 support Signed-off-by: root --- README.md | 8 ++++---- composer.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e719d43..4793ca6 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,17 @@ The queue system uses logs to ensure maintainability and implements retry featur ## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue) -![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/dotkernel/queue/php) +![Packagist Dependency Version](https://img.shields.io/packagist/php-v/dotkernel/queue/2.0.0) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/queue)](https://github.com/dotkernel/queue/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/queue)](https://github.com/dotkernel/queue/network) [![GitHub stars](https://img.shields.io/github/stars/dotkernel/queue)](https://github.com/dotkernel/queue/stargazers) -[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/1.0/LICENSE.md) +[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/2.0/LICENSE.md) [![Build Status](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml) [![codecov](https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue) -[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml) -[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml) +[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=2.0.0)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml) +[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=2.0.0)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml) ## Documentation diff --git a/composer.json b/composer.json index d4f5bd2..ed62a3d 100644 --- a/composer.json +++ b/composer.json @@ -43,15 +43,15 @@ } }, "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.4.0 || ~8.5.0", "dotkernel/dot-cli": "^3.11.1", "dotkernel/dot-dependency-injection": "^1.2", - "dotkernel/dot-errorhandler": "4.2.1", + "dotkernel/dot-errorhandler": "4.4.2", "laminas/laminas-component-installer": "^3.5", "laminas/laminas-config-aggregator": "^1.18", "mezzio/mezzio": "^3.20", - "netglue/laminas-messenger": "^2.3.0", - "symfony/redis-messenger": "^v7.2.3" + "netglue/laminas-messenger": "^2.5.0", + "symfony/redis-messenger": "^v8.1.1" }, "require-dev": { "laminas/laminas-coding-standard": "^3.0", From d7ce4951052ad53a4f12cc4dd501cba4136f3302 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 11:32:29 +0300 Subject: [PATCH 2/3] update workflows Signed-off-by: root --- .github/workflows/codecov.yml | 3 +-- .github/workflows/qodana_code_quality.yml | 2 +- .github/workflows/static-analysis.yml | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 933367c..cb8d0dc 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,9 +15,8 @@ jobs: - ubuntu-latest php: - - "8.2" - - "8.3" - "8.4" + - "8.5" steps: - name: Checkout diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 4ec6080..3a8ebcb 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -15,7 +15,7 @@ jobs: checks: write strategy: matrix: - php-versions: [ '8.2', '8.3', '8.4'] + php-versions: ['8.4', '8.5'] steps: - uses: actions/checkout@v7 with: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 44aa261..7cee8af 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -15,9 +15,8 @@ jobs: - ubuntu-latest php: - - "8.2" - - "8.3" - "8.4" + - "8.5" steps: - name: Checkout From 9cade86ed31d2687b9a76f234d7ff7b351f82577 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 11:58:16 +0300 Subject: [PATCH 3/3] added version history Signed-off-by: root --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4793ca6..0611d2a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ The queue system uses logs to ensure maintainability and implements retry featur ![Queue process](https://docs.dotkernel.org/img/queue/schema.png) +## Version History + +| Branch | Release | PSR-11 | OSS Lifecycle | PHP Version | +|--------|---------|--------|----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------| +| 2.0 | `> 2.0` | 1 | ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue) | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/2.0.0) | +| 1.0 | `< 2.0` | 1 | ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue) | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/queue/1.0.0) | + ## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue)