Skip to content

Commit c0393ac

Browse files
author
Masiukevich Maksim
committed
update component
1 parent fdd7623 commit c0393ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Packagist](https://img.shields.io/packagist/v/php-service-bus/storage.svg)](https://packagist.org/packages/php-service-bus/storage)
44
[![Packagist](https://img.shields.io/packagist/dt/php-service-bus/storage.svg)](https://packagist.org/packages/php-service-bus/storage)
55
![Continuous Integration](https://github.com/php-service-bus/storage/workflows/Continuous%20Integration/badge.svg)
6-
[![codecov](https://codecov.io/gh/php-service-bus/storage/branch/v4.2/graph/badge.svg?token=0bKwdiuo0S)](https://codecov.io/gh/php-service-bus/storage)
6+
[![codecov](https://codecov.io/gh/php-service-bus/storage/branch/v5.0/graph/badge.svg?token=0bKwdiuo0S)](https://codecov.io/gh/php-service-bus/storage)
77
[![Shepherd](https://shepherd.dev/github/php-service-bus/storage/coverage.svg)](https://shepherd.dev/github/php-service-bus/storage)
88

99
This component is part of the [PHP Service Bus](https://github.com/php-service-bus/service-bus): contains database layer implementations

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"require": {
4040
"php": ">=8.0",
4141
"ext-pgsql": "*",
42-
"php-service-bus/common": "v4.2.*",
43-
"php-service-bus/cache": "v4.2.*",
42+
"php-service-bus/common": "v5.0.*",
43+
"php-service-bus/cache": "v5.0.*",
4444
"amphp/postgres": "v1.3.*",
4545
"latitude/latitude": "v4.2.*",
4646
"psr/log": "v1.1.*",

0 commit comments

Comments
 (0)