-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.15 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "gscloud/tesseractlasagna",
"description": "Tesseract LASAGNA CMS",
"require": {
"adbario/php-dot-notation": "^3",
"altorouter/altorouter": "^2",
"cakephp/cache": "^5",
"cheprasov/php-redis-client": "^1",
"chillerlan/php-qrcode": "^5",
"guzzlehttp/guzzle": "^7",
"league/climate": "^3",
"league/csv": "^9",
"league/oauth2-client": "^2",
"league/oauth2-google": "^4",
"michelf/php-markdown": "^2",
"mustache/mustache": "^2",
"nette/neon": "^3",
"nette/tester": "^2",
"nette/utils": "^3",
"paragonie/halite": "^5",
"paragonie/random_compat": ">=2 <=9.99.100",
"php": "^8.2",
"phpseclib/phpseclib": "^3",
"psr/simple-cache": "^3",
"symfony/lock": "^7",
"symfony/polyfill-mbstring": "^1",
"tracy/tracy": "^2",
"tuupola/base58": "^2"
},
"autoload": {
"psr-4": {
"GSC\\": "app/"
}
},
"config": {
"platform": {
"php": "8.2"
}
},
"require-dev": {
"phpstan/phpstan": "^1"
}
}