From fa0ae2d4f2dd365b5affd80adbe712d1ee71a461 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 8 Dec 2016 01:09:59 +0100 Subject: [PATCH 1/4] Added badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2048db..10ad058 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # PSR-7 Multipart Stream Builder [![Latest Version](https://img.shields.io/github/release/php-http/multipart-stream-builder.svg?style=flat-square)](https://github.com/php-http/multipart-stream-builder/releases) -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) +[![Build Status](https://img.shields.io/travis/php-http/multipart-stream-builder.svg?style=flat-square)](https://travis-ci.org/php-http/multipart-stream-builder) +[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/multipart-stream-builder.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/multipart-stream-builder) +[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/multipart-stream-builder.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/multipart-stream-builder) [![Total Downloads](https://img.shields.io/packagist/dt/php-http/multipart-stream-builder.svg?style=flat-square)](https://packagist.org/packages/php-http/multipart-stream-builder) **A builder for Multipart PSR-7 Streams. The builder create streams independenly form any PSR-7 implementation.** From 3c0721af0e77123ed1ae6d35ec6d15151b83332e Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 8 Dec 2016 01:10:10 +0100 Subject: [PATCH 2/4] Test on PHP 7.1 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6d24656..3f32e86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm env: From 439cbf040da059caa1a3ff90a52e126367352ca7 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 8 Dec 2016 01:10:16 +0100 Subject: [PATCH 3/4] Fixed typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3ce3c..a775e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added -- Support for Outlog msg files. +- Support for Outlook msg files. ## 0.1.1 - 2016-08-10 From 3b689f185d307f6c70798c626227f58dfe76b2d0 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 8 Dec 2016 01:10:24 +0100 Subject: [PATCH 4/4] Added keywords --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52df0e6..4622ac9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "php-http/multipart-stream-builder", "description": "A builder class that help you create a multipart stream", "license": "MIT", - "keywords": ["http", "factory", "message", "stream"], + "keywords": ["http", "factory", "message", "stream", "multipart stream"], "homepage": "http://php-http.org", "authors": [ {