diff --git a/README.md b/README.md index 031197c..a017857 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ Yakamara DateTime ================= + +[![Build Status](https://travis-ci.org/yakamara/datetime.svg?branch=master)](https://travis-ci.org/yakamara/datetime) [![Latest Stable Version](https://poser.pugx.org/yakamara/datetime/v/stable)](https://packagist.org/packages/yakamara/datetime) [![License](https://poser.pugx.org/yakamara/datetime/license)](https://packagist.org/packages/yakamara/datetime) + +* For PHP >= 7.0 +* Extended DateTime and Date classes (extending DateTimeImmutable) +* DateTimeRange and DateRange classes +* Holdiday/workdays calculations diff --git a/composer.json b/composer.json index 2aad922..d5c549a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yakamara/datetime", - "description": "Extended DateTime and Date classes (extending DateTimeImmutable)", - "keywords": ["DateTime", "Date", "Holidays", "Workdays"], + "description": "Extended DateTime and Date classes (extending DateTimeImmutable), DateTimeRange and DateRange classes", + "keywords": ["DateTime", "Date", "DateRange", "Holidays", "Workdays"], "type": "library", "license": "MIT", "authors": [