Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
- Updated composer to new definition
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jun 3, 2015
1 parent 4577c4b commit 12ad1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
@@ -1,14 +1,15 @@
{
"name" : "ipub/form-datetime",
"type" : "library",
"description" : "Nette forms control for adding date, date&time and time fileds on iPublikuj framework",
"description" : "Forms control for adding date, date&time and time fields for Nette Framework",
"keywords" : ["nette", "form", "date", "datepicker", "time", "timepicker", "ipub", "framework", "tools"],
"homepage" : "https://github.com/iPublikuj/form-datetime",
"license" : ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],

"authors": [
{
"name" : "Adam Kadlec",
"name" : "iPublikuj:cms",
"email" : "info@ipublikuj.eu",
"homepage" : "http://www.ipublikuj.eu/"
}
],
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -4,7 +4,7 @@
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/form-datetime.svg?style=flat-square)](https://packagist.org/packages/ipub/form-datetime)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/form-datetime.svg?style=flat-square)](https://packagist.org/packages/ipub/form-datetime)

Add form elements for creating date, date&time and time fields under [Nette Framework](http://nette.org/) forms
Forms control for adding date, date&time and time fields for [Nette Framework](http://nette.org/) forms

This extension is based on two datetime libraries. For [Bootstrap](http://getbootstrap.com) template is used [js library](http://www.malot.fr/bootstrap-datetimepicker/) from [Sebastien Malot](https://github.com/smalot) and for [UIkit](http://getuikit.com/) template is used their [datepicker](http://getuikit.com/docs/addons_datepicker.html) and [timepicker](http://getuikit.com/docs/addons_timepicker.html) extensions.

Expand Down

0 comments on commit 12ad1de

Please sign in to comment.