Skip to content

Commit 5cf99ca

Browse files
committed
Updated the README.md file.
1 parent 0792d1c commit 5cf99ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Symfony Process Manager
22

3-
[![Latest Stable Version](https://poser.pugx.org/bluepsyduck/symfony-process-manager/v/stable)](https://packagist.org/packages/bluepsyduck/symfony-process-manager)
4-
[![License](https://poser.pugx.org/bluepsyduck/symfony-process-manager/license)](https://packagist.org/packages/bluepsyduck/symfony-process-manager)
5-
[![Build Status](https://travis-ci.com/BluePsyduck/symfony-process-manager.svg?branch=master)](https://travis-ci.com/BluePsyduck/symfony-process-manager)
6-
[![codecov](https://codecov.io/gh/BluePsyduck/symfony-process-manager/branch/master/graph/badge.svg)](https://codecov.io/gh/BluePsyduck/symfony-process-manager)
3+
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/BluePsyduck/symfony-process-manager)](https://github.com/BluePsyduck/symfony-process-manager/releases)
4+
[![GitHub](https://img.shields.io/github/license/BluePsyduck/symfony-process-manager)](LICENSE.md)
5+
[![build](https://img.shields.io/github/workflow/status/BluePsyduck/symfony-process-manager/CI?logo=github)](https://github.com/BluePsyduck/symfony-process-manager/actions)
6+
[![Codecov](https://img.shields.io/codecov/c/gh/BluePsyduck/symfony-process-manager?logo=codecov)](https://codecov.io/gh/BluePsyduck/symfony-process-manager)
77

88
This package provides a simple process manager class to be able to execute multiple processes with a specified limit
99
of parallel processes. The class expects the processes to use the [Symfony Process](https://github.com/symfony/process)

0 commit comments

Comments
 (0)