-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
56 lines (56 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "krulis-martin/quixam",
"description": "Quixam: Quick examination tool for online testing.",
"keywords": ["quick", "exam", "test"],
"type": "project",
"license": ["MIT"],
"require": {
"php": ">= 8.1",
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"nette/caching": "^3.1",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/forms": "^3.1",
"nette/http": "^3.1",
"nette/mail": "^3.1",
"nette/robot-loader": "^3.3",
"nette/security": "^3.1",
"nette/utils": "^3.2",
"latte/latte": "^2.9",
"tracy/tracy": "^2.8",
"nettrine/orm": "^0.8.3",
"nettrine/dbal": "^0.8.0",
"nettrine/migrations": "^0.8.0",
"nettrine/extensions-atlantic18": "^0.6.0",
"gedmo/doctrine-extensions": "^3.6.0",
"contributte/console": "^0.9.2",
"firebase/php-jwt": "^6.1",
"dg/adminer-custom": "dev-master#4564b4e0a71d0d9d47568ddb97ae35407400fafd",
"contributte/translation": "^1.0",
"jasig/phpcas": "^1.5",
"contributte/monolog": "^0.5.0",
"baraja-core/markdown-latte-filter": "<3.2",
"nette/schema": "^1.2",
"ramsey/uuid-doctrine": "^1.8"
},
"require-dev": {
"nette/tester": "^2.3",
"symfony/thanks": "^1",
"phpstan/phpstan": "^1.6",
"phpstan/phpstan-nette": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "app"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"symfony/thanks": true
}
}
}