File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments