-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
80 lines (80 loc) · 2.29 KB
/
composer.json
File metadata and controls
80 lines (80 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "nette/sandbox",
"description": "HKFree.org UserDB",
"homepage": "http://nette.org",
"type": "project",
"license": [
"Proprietary"
],
"authors": [],
"repositories": [
{
"type": "git",
"url": "https://github.com/mhucik/Console.git"
},
{
"type": "git",
"url": "https://github.com/slepic/grido.git"
},
{
"type": "git",
"url": "https://github.com/Gappa/FormsReplicator.git"
},
{
"type": "git",
"url": "https://github.com/HKFree/Net_Transmitter.git"
},
{
"type": "git",
"url": "https://github.com/HKFree/Net_RouterOS.git"
}
],
"require": {
"php": "~8.2.0",
"dg/adminer-custom": "~1.5",
"o5/grido": "dev-nette-3.2#539b04b65326dcf56a7ac588f959f62e6bfb6beb",
"mpdf/mpdf": ">= 5.6.5",
"jkuchar/pdfresponse": "dev-master#99c59d0656943b6de10f0cd5a4e805b2c244f692",
"pear2/net_transmitter": "dev-develop#8373abbddb3a89891e6bc335de8c1c2a5268ed24@dev",
"pear2/net_routeros": "dev-develop#83c40f71edaae0d98e17d81b6b827b658581047d@dev",
"nextras/migrations": "^3.3",
"guzzlehttp/guzzle": "~7.9.2",
"pauluswebster/shutterstock-rickshaw": "dev-master",
"defuse/php-encryption": "~2.2.1",
"ext-json": "*",
"influxdb/influxdb-php": "~1.15.2",
"nette/application": "~3.2.0",
"nette/forms": "~3.2.0",
"nette/di": "~3.2.0",
"nette/bootstrap": "~3.2.0",
"latte/latte": "~2.5",
"nette/security": "~3.2.0",
"nette/database": "~3.2.0",
"nette/mail": "~4.0.0",
"nette/utils": "~4.0.5",
"kdyby/forms-replicator": "dev-master#5a71bc343d5d0a2e183ee8dc6b0b4dc645955030",
"tracy/tracy": "^2.10",
"contributte/console": "^0.10.1",
"digitalcz/digisign": "^2.5"
},
"require-dev": {
"nette/tester": "~1.0",
"friendsofphp/php-cs-fixer": "^3.65"
},
"autoload": {
"psr-4": {
"App\\": "app",
"App\\Model\\": "app/model/",
"App\\Router\\": "app/router/",
"App\\Services\\": "app/services/",
"App\\Presenters\\": "app/presenters/",
"App\\Components\\": "app/components/"
}
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}