From df538f9fe040623097e495dde0d1f1464904833d Mon Sep 17 00:00:00 2001 From: Anatoly Nekhay Date: Fri, 25 Dec 2020 10:50:31 +0500 Subject: [PATCH] minor changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1e098f..199928a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -## Simple Stream wrapper for PHP 7.1+ (incl. PHP8) based on PSR-7 & PSR-17 +## Stream wrapper for PHP 7.1+ (incl. PHP 8) based on PSR-7 & PSR-17 [![Gitter](https://badges.gitter.im/sunrise-php/support.png)](https://gitter.im/sunrise-php/support) -[![Build Status](https://travis-ci.org/sunrise-php/stream.svg?branch=master)](https://travis-ci.org/sunrise-php/stream) +[![Build Status](https://scrutinizer-ci.com/g/sunrise-php/stream/badges/build.png?b=master)](https://scrutinizer-ci.com/g/sunrise-php/stream/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sunrise-php/stream/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sunrise-php/stream/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/sunrise-php/stream/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/sunrise-php/stream/?branch=master) [![Latest Stable Version](https://poser.pugx.org/sunrise/stream/v/stable)](https://packagist.org/packages/sunrise/stream)