Skip to content

Commit dad3dce

Browse files
author
darkdarin
committed
fix: composer info
1 parent 4a5e9ba commit dad3dce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# tochka-developer/jsonrpc-standard
1+
# jsonrpc-standard
2+
[![Packagist](https://img.shields.io/packagist/v/tochka-developers/jsonrpc-standard.svg)](https://packagist.org/packages/tochka-developers/jsonrpc-standard)
3+
[![Packagist](https://img.shields.io/packagist/dt/tochka-developers/jsonrpc-standard.svg)](https://packagist.org/packages/tochka-developers/jsonrpc-standard)
24
[![build](https://github.com/tochka-developers/jsonrpc-standard/actions/workflows/main.yml/badge.svg?)](https://github.com/tochka-developers/jsonrpc-standard/actions/workflows/main.yml)
35
[![Psalm coverage](https://shepherd.dev/github/tochka-developers/jsonrpc-standard/coverage.svg)](https://shepherd.dev/github/tochka-developers/jsonrpc-standard)
46
[![Psalm level](https://shepherd.dev/github/tochka-developers/jsonrpc-standard/level.svg)](https://psalm.dev)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "tochka-developers/jsonrpc-standard",
3-
"description": "Package for handle Laravel jobs in parallel thread",
3+
"description": "DTO and exceptions from JsonRpc 2.0 specification",
44
"type": "package",
5+
"license": "MIT",
56
"authors": [
67
{
78
"name": "Babushkin Pavel",
@@ -11,7 +12,6 @@
1112
"require": {
1213
"php": "8.0.*|8.1.*|8.2.*",
1314
"illuminate/contracts": "^9.0"
14-
1515
},
1616
"require-dev": {
1717
"laravel/pint": "^1.1",

0 commit comments

Comments
 (0)