Skip to content

Commit a927a8a

Browse files
committed
added composer.json
1 parent 8ab0c45 commit a927a8a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

composer.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "nette/forms",
3+
"description": "Nette Forms: greatly facilitates web forms",
4+
"homepage": "http://nette.org",
5+
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
6+
"authors": [
7+
{
8+
"name": "David Grudl",
9+
"homepage": "http://davidgrudl.com"
10+
},
11+
{
12+
"name": "Nette Community",
13+
"homepage": "http://nette.org/contributors"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.3.1",
18+
"nette/component-model": "~2.2",
19+
"nette/http": "~2.2",
20+
"nette/utils": "~2.2"
21+
},
22+
"require-dev": {
23+
"nette/tester": "~1.0",
24+
"latte/latte": "~2.2"
25+
},
26+
"autoload": {
27+
"classmap": ["src/"]
28+
},
29+
"minimum-stability": "dev",
30+
"extra": {
31+
"branch-alias": {
32+
"dev-master": "2.2-dev"
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)