Skip to content

Commit 0f4d62b

Browse files
committed
Issue #95: Bump symfony to v8 and remove php 8.2 & 8.3 support
Signed-off-by: root <sergiubota@rospace.com>
1 parent 016d691 commit 0f4d62b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ The queue system uses logs to ensure maintainability and implements retry featur
1616
## Badges
1717

1818
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue)
19-
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/dotkernel/queue/php)
19+
![Packagist Dependency Version](https://img.shields.io/packagist/php-v/dotkernel/queue/2.0.0)
2020

2121
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/queue)](https://github.com/dotkernel/queue/issues)
2222
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/queue)](https://github.com/dotkernel/queue/network)
2323
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/queue)](https://github.com/dotkernel/queue/stargazers)
24-
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/1.0/LICENSE.md)
24+
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/2.0/LICENSE.md)
2525

2626
[![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)
2727
[![codecov](https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)
28-
[![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)
29-
[![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)
28+
[![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)
29+
[![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)
3030

3131
## Documentation
3232

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
}
4444
},
4545
"require": {
46-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
46+
"php": "~8.4.0 || ~8.5.0",
4747
"dotkernel/dot-cli": "^3.11.1",
4848
"dotkernel/dot-dependency-injection": "^1.2",
49-
"dotkernel/dot-errorhandler": "4.2.1",
49+
"dotkernel/dot-errorhandler": "4.4.2",
5050
"laminas/laminas-component-installer": "^3.5",
5151
"laminas/laminas-config-aggregator": "^1.18",
5252
"mezzio/mezzio": "^3.20",
53-
"netglue/laminas-messenger": "^2.3.0",
54-
"symfony/redis-messenger": "^v7.2.3"
53+
"netglue/laminas-messenger": "^2.5.0",
54+
"symfony/redis-messenger": "^v8.1.1"
5555
},
5656
"require-dev": {
5757
"laminas/laminas-coding-standard": "^3.0",

0 commit comments

Comments
 (0)