Skip to content

Commit c42f870

Browse files
author
Masiukevich Maksim
committed
update component
1 parent 7934c82 commit c42f870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

99
This component is part of the [PHP Service Bus](https://github.com/php-service-bus/service-bus): contains common interfaces for implementing in the service bus.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"php": ">=8.0",
3232
"ext-json": "*",
3333
"ext-iconv": "*",
34-
"php-service-bus/common": "v4.2.*",
34+
"php-service-bus/common": "v5.0.*",
3535
"doctrine/annotations": "v1.11.*",
3636
"phpdocumentor/reflection-docblock": "v5.2.*",
3737
"symfony/property-access": "v5.2.*",

0 commit comments

Comments
 (0)