-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·45 lines (45 loc) · 1.05 KB
/
composer.json
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
{
"name": "matronator/starterpack",
"description": "StarterPack - website started template",
"type": "project",
"license": ["MIT", "BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"require": {
"php": ">=8.1",
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"nette/caching": "^3.1",
"nette/component-model": "^3.0",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/finder": "^3.0",
"nette/forms": "^3.1",
"nette/http": "^3.1",
"nette/mail": "^4.0",
"nette/neon": "^3.2",
"nette/robot-loader": "^4.0",
"nette/routing": "^3.0",
"nette/safe-stream": "^3.0",
"nette/security": "^3.1",
"nette/schema": "^1.2",
"nette/utils": "^4.0",
"tracy/tracy": "^2.8",
"latte/latte": "^3.0",
"contributte/translation": "^2.0",
"ext-json": "*",
"defuse/php-encryption": "9999999-dev",
"gregwar/captcha": "9999999-dev",
"hashids/hashids": "5.0.2"
},
"require-dev": {
"nette/tester": "^2.4.0"
},
"autoload": {
"classmap": ["app/bootstrap.php"]
},
"minimum-stability": "dev",
"config": {
"platform": {
"php": "8.2"
}
}
}