Skip to content

Commit

Permalink
Update dependencies, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Jul 1, 2023
1 parent b388792 commit 1838425
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Marshaller

[![PHP](https://img.shields.io/packagist/php-v/spiral/marshaller.svg?style=flat-square)](https://packagist.org/packages/spiral/marshaller)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spiral/marshaller.svg?style=flat-square)](https://packagist.org/packages/spiral/marshaller)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/spiral/marshaller/run-tests?label=tests&style=flat-square)](https://github.com/spiral/marshaller/actions?query=workflow%3Arun-tests+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/spiral/marshaller.svg?style=flat-square)](https://packagist.org/packages/spiral/marshaller)
[![PHP Version Require](https://poser.pugx.org/spiral/marshaller/require/php)](https://packagist.org/packages/spiral/marshaller)
[![Latest Stable Version](https://poser.pugx.org/spiral/marshaller/v/stable)](https://packagist.org/packages/spiral/marshaller)
[![phpunit](https://github.com/spiral/marshaller/actions/workflows/phpunit.yml/badge.svg)](https://github.com/spiral/marshaller/actions)
[![psalm](https://github.com/spiral/marshaller/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral/marshaller/actions)
[![Codecov](https://codecov.io/gh/spiral/marshaller/branch/1.x/graph/badge.svg)](https://codecov.io/gh/spiral/marshaller)
[![Total Downloads](https://poser.pugx.org/spiral/marshaller/downloads)](https://packagist.org/packages/spiral/marshaller)
[![type-coverage](https://shepherd.dev/github/spiral/marshaller/coverage.svg)](https://shepherd.dev/github/spiral/marshaller)
[![psalm-level](https://shepherd.dev/github/spiral/marshaller/level.svg)](https://shepherd.dev/github/spiral/marshaller)

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"nesbot/carbon": "^2.52.0",
"google/protobuf": "^3.14",
"nesbot/carbon": "^2.67.0",
"google/protobuf": "^3.23",
"spiral/attributes": "^2.7 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 1838425

Please sign in to comment.