From 22fbfe0a0b22d57ecb40cd785b54af7d5c5129b8 Mon Sep 17 00:00:00 2001 From: Thomas Flori <thflori@gmail.com> Date: Sun, 5 Aug 2018 14:33:31 +0200 Subject: [PATCH] add badges to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dac9151..4621c8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # tal +[](https://travis-ci.org/tflori/tal) +[](https://coveralls.io/github/tflori/tal?branch=master) +[](https://packagist.org/packages/tflori/tal) +[](https://packagist.org/packages/tflori/tal) +[](https://packagist.org/packages/tflori/tal) + This is a clone of guzzle/psr-7 with additional functionality like sending responses and managing cookies. Because they changed the access level of the properties to be private I was forced to copy the code instead of extending it. -- GitLab