Skip to content

Commit

Permalink
Some more information for readme and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Feb 5, 2017
1 parent d4e1fe5 commit a99ddee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit a99ddee

Please sign in to comment.