-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
69 lines (69 loc) · 1.62 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ogioncz/fan-club-penguin.cz",
"homepage": "http://fan-club-penguin.cz",
"type": "project",
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Jan Tojnar",
"homepage": "http://ogion.cz"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/flaptor/indextank-php"
}
],
"require": {
"php": ">= 8.0",
"actinarium/php-diff": "dev-master",
"alb/oembed": "dev-master",
"contributte/forms-multiplier": "^3.3",
"ezyang/htmlpurifier": "dev-master",
"flaptor/indextank-php": "dev-master",
"latte/latte": "^2.9",
"league/commonmark": "^1.0.0",
"longman/telegram-bot": "^0.79.0",
"nette/application": "^3.0",
"nette/bootstrap": "^3.0",
"nette/caching": "^3.0",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/forms": "^3.0",
"nette/http": "^3.0",
"nette/mail": "^3.0",
"nette/security": "^3.0",
"nette/utils": "^3.0",
"nextras/form-components": "^1.0",
"nextras/forms-rendering": "^1.0",
"nextras/orm": "^4.0",
"tracy/tracy": "^2.9"
},
"require-dev": {
"mockery/mockery": "^1.5",
"nette/tester": "^2.4",
"nextras/migrations": "^3.0",
"nextras/orm-phpstan": "^1.0",
"phpstan/phpstan": "^1.7",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-nette": "^1.0",
"rector/rector": "^0.14.6",
"symfony/console": "^6.0"
},
"autoload": {
"classmap": ["vendor/others"],
"psr-4": {
"App\\": "app/"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"cs": "php-cs-fixer fix --verbose --dry-run --diff",
"fix": "php-cs-fixer fix --verbose --diff",
"rector": "vendor/bin/rector",
"test": "php vendor/bin/tester -C tests/unit"
}
}