From 54ddca80fa4ef7d4a617812e10c291f142a164c0 Mon Sep 17 00:00:00 2001 From: Hugues Maignol Date: Sat, 28 Nov 2015 01:16:21 +0100 Subject: [PATCH] 1.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index debb373..e60998a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Date [![Build Status](https://travis-ci.org/hmlb/date.svg?branch=master)](https://travis-ci.org/hmlb/date) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hmlb/date/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/hmlb/date/?branch=master) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hmlb/date/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/hmlb/date/?branch=master) + Immutable Date object that extends php's DateTime API. This is based on the awesome [nesbot/carbon](https://github.com/briannesbitt/Carbon) project.