Skip to content

Commit

Permalink
Update deps & badges
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHash committed Aug 29, 2020
1 parent a214404 commit 936233f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 42 deletions.
17 changes: 9 additions & 8 deletions README.md
@@ -1,14 +1,15 @@
# Async Job

![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/daikon/async-job)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/daikon-cqrs/async-job)
![Packagist License](https://img.shields.io/packagist/l/daikon/async-job)
![PHP Version Support](https://badgen.net/packagist/php/daikon/async-job?color=blue)
[![Lines of Code](https://badgen.net/codeclimate/loc/daikon-cqrs/async-job)](https://codeclimate.com/github/daikon-cqrs/async-job/code?sort=-loc)
[![Packagist](https://badgen.net/packagist/name/daikon/async-job?color=blue)](https://packagist.org/packages/daikon/async-job)
[![License](https://badgen.net/github/license/daikon-cqrs/async-job)](https://github.com/daikon-cqrs/async-job/blob/master/LICENSE)

[![Build Status](https://travis-ci.com/daikon-cqrs/async-job.svg?branch=master)](https://travis-ci.com/daikon-cqrs/async-job)
[![Code Coverage](https://img.shields.io/codecov/c/github/daikon-cqrs/async-job)](https://codecov.io/gh/daikon-cqrs/async-job)
[![Build Status](https://badgen.net/travis/daikon-cqrs/async-job?label=build)](https://travis-ci.com/daikon-cqrs/async-job)
[![Code Coverage](https://badgen.net/codecov/c/github/daikon-cqrs/async-job)](https://codecov.io/gh/daikon-cqrs/async-job)
[![Type Coverage](https://shepherd.dev/github/daikon-cqrs/async-job/coverage.svg)](https://shepherd.dev/github/daikon-cqrs/async-job)
[![Libraries.io dependency status](https://img.shields.io/librariesio/github/daikon-cqrs/async-job)](https://libraries.io/github/daikon-cqrs/async-job)
[![Scrutinizer code quality](https://img.shields.io/scrutinizer/quality/g/daikon-cqrs/async-job/master)](https://scrutinizer-ci.com/g/daikon-cqrs/async-job/?branch=master)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/daikon-cqrs/async-job)](https://codeclimate.com/github/daikon-cqrs/async-job/maintainability)
[![Code Quality](https://img.shields.io/scrutinizer/quality/g/daikon-cqrs/async-job/master)](https://scrutinizer-ci.com/g/daikon-cqrs/async-job/?branch=master)
[![Code Maintainability](https://badgen.net/codeclimate/maintainability/daikon-cqrs/async-job)](https://codeclimate.com/github/daikon-cqrs/async-job)
[![Dependabot](https://badgen.net/github/dependabot/daikon-cqrs/async-job)](https://github.com/daikon-cqrs/async-job/network/updates)

Asynchronous job components for Daikon-CQRS projects.
69 changes: 35 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 936233f

Please sign in to comment.