Skip to content

Commit

Permalink
update component
Browse files Browse the repository at this point in the history
  • Loading branch information
Masiukevich Maksim committed Feb 4, 2021
1 parent fdd7623 commit c0393ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Packagist](https://img.shields.io/packagist/v/php-service-bus/storage.svg)](https://packagist.org/packages/php-service-bus/storage)
[![Packagist](https://img.shields.io/packagist/dt/php-service-bus/storage.svg)](https://packagist.org/packages/php-service-bus/storage)
![Continuous Integration](https://github.com/php-service-bus/storage/workflows/Continuous%20Integration/badge.svg)
[![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)
[![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)
[![Shepherd](https://shepherd.dev/github/php-service-bus/storage/coverage.svg)](https://shepherd.dev/github/php-service-bus/storage)

This component is part of the [PHP Service Bus](https://github.com/php-service-bus/service-bus): contains database layer implementations
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"require": {
"php": ">=8.0",
"ext-pgsql": "*",
"php-service-bus/common": "v4.2.*",
"php-service-bus/cache": "v4.2.*",
"php-service-bus/common": "v5.0.*",
"php-service-bus/cache": "v5.0.*",
"amphp/postgres": "v1.3.*",
"latitude/latitude": "v4.2.*",
"psr/log": "v1.1.*",
Expand Down

0 comments on commit c0393ac

Please sign in to comment.