From 7dd98079bff4d3122c464e350975e01b50566646 Mon Sep 17 00:00:00 2001 From: Ben Challis Date: Fri, 19 Nov 2021 10:26:09 +0000 Subject: [PATCH] Add license and latest stable version badges These will only work once the project is public. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d7611211..97da0c8a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ Lendable JSON Serializer ============= +[![Latest Stable Version](https://poser.pugx.org/lendable/json-serializer/v/stable)](https://packagist.org/packages/lendable/json-serializer) +[![License](https://poser.pugx.org/lendable/json-serializer/license)](https://packagist.org/packages/lendable/json-serializer) + Provides an opinionated object oriented interface for handling JSON serialization and deserialization in PHP. ## Features