From e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4 Mon Sep 17 00:00:00 2001 From: Ole Michaelis Date: Wed, 13 Jan 2016 23:50:58 +0100 Subject: [PATCH] be honest about maintenance --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4c9f11..acc25f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP Library for reading and writing binary data -[![Build Status](https://secure.travis-ci.org/nesQuick/ByteBuffer.png?branch=master)](http://travis-ci.org/nesQuick/ByteBuffer) +[![Build Status](https://secure.travis-ci.org/nesQuick/ByteBuffer.png?branch=master)](http://travis-ci.org/nesQuick/ByteBuffer) [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) I intentionally needed that for writing a PHP Client for [TrafficCop](https://github.com/santosh79/traffic_cop/). But the source grows so I decided to move it into an own package. @@ -54,4 +54,4 @@ socket_write($socket, (string) $buffer, $buffer->length()); ## License -Licensed under the MIT license. \ No newline at end of file +Licensed under the MIT license.