Skip to content

Commit 43fd345

Browse files
committed
updated composer
1 parent 2718e38 commit 43fd345

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

composer.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"name": "aura/input",
33
"type": "aura-package",
44
"description": "This package contains tools to describe and filter user inputs from an HTML form, including sub-forms/sub-fieldsets, fieldset collections, an interface for injecting custom filter systems, and CSRF protection. Note that this package does not include output functionality, although the \"hints\" provided by the Form object can be used with any presentation system to generate an HTML form.",
5-
"keywords": ["input", "html", "form", "field"],
6-
"homepage": "http://auraphp.github.com/Aura.Input",
5+
"keywords": [
6+
"input",
7+
"html",
8+
"form",
9+
"field"
10+
],
11+
"homepage": "http://auraphp.com/Aura.Input",
712
"license": "BSD-2-Clause",
813
"authors": [
914
{
@@ -19,10 +24,19 @@
1924
"name": "Hari KT",
2025
"email": "kthari85@gmail.com",
2126
"homepage": "http://harikt.com"
27+
},
28+
{
29+
"name": "Akihito Koriyama",
30+
"email": "akihito.koriyama@gmail.com"
31+
},
32+
{
33+
"name": "Daniel Haaker",
34+
"email": "d.haaker@gmail.com"
2235
}
2336
],
2437
"require": {
25-
"php": ">=5.4.0"
38+
"php": ">=5.4.0",
39+
"aura/installer-default": "1.*"
2640
},
2741
"autoload": {
2842
"psr-0": {
@@ -39,5 +53,7 @@
3953
"common": "Aura\\Input\\_Config\\Common"
4054
}
4155
}
42-
}
43-
}
56+
},
57+
"version": "1.2.0",
58+
"time": "2016-10-13"
59+
}

0 commit comments

Comments
 (0)