File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " echo511/plupload" ,
3- "type" : " library" ,
4- "description" : " Plupload component for Nette Framework." ,
5- "keywords" : [" echo511" , " nette" , " plupload" ],
6- "license" : [" MIT" ],
7- "authors" : [
8- {
9- "name" : " Nikolas Tsiongas" ,
10- "email" : " ntsiongas@gmail.com" ,
11- "homepage" : " http://congi.cz"
12- }
13- ],
14- "require" : {
15- "php" : " >=5.3.0" ,
16- "nette/nette" : " >=2.1"
17- },
18- "extra" : {
19- "branch-alias" : {
20- "dev-master" : " 2.1-dev"
21- }
22- },
23- "autoload" : {
24- "classmap" : [
25- " src/"
26- ]
27- }
2+ "name" : " echo511/plupload" ,
3+ "type" : " library" ,
4+ "description" : " Plupload component for Nette Framework." ,
5+ "keywords" : [
6+ " echo511" ,
7+ " nette" ,
8+ " plupload"
9+ ],
10+ "license" : [
11+ " MIT"
12+ ],
13+ "authors" : [
14+ {
15+ "name" : " Nikolas Tsiongas" ,
16+ "email" : " ntsiongas@gmail.com"
17+ }
18+ ],
19+ "require" : {
20+ "php" : " >=5.3.0" ,
21+ "nette/di" : " >=2.2" ,
22+ "nette/utils" : " >=2.2"
23+ },
24+ "extra" : {
25+ "branch-alias" : {
26+ "dev-master" : " 2.1-dev"
27+ }
28+ },
29+ "autoload" : {
30+ "classmap" : [
31+ " src/"
32+ ]
33+ }
2834}
You can’t perform that action at this time.
0 commit comments