-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 905 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 905 Bytes
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
{
"name": "bulkgate/github_actions",
"keywords": ["react"],
"homepage": "https://www.bulkgate.com",
"authors": [
{
"name": "Lukáš Piják",
"homepage": "https://www.bulkgate.com"
},
{
"name": "Martin Krezil",
"homepage": "https://www.bulkgate.com"
}
],
"require": {
"php": ">=8.0",
"ext-exif": "*",
"ext-json": "*",
"ext-gd": "*",
"bulkgate/utils": "^2.0",
"nette/application": "^3.0",
"nette/http": "^3.0",
"nette/utils": "^3.0",
"nette/schema": "^1.0",
"latte/latte": "^2.9"
},
"require-dev": {
"nette/tester": "^2.0",
"nette/di": "^3.0",
"phpstan/phpstan": "^0.12.64",
"tracy/tracy": "^2.8",
"jetbrains/phpstorm-attributes": "^1.0"
},
"autoload": {
"classmap": ["src/"]
},
"scripts": {
"phpstan": "phpstan analyse -c phpstan.neon",
"tester": "tester -C tests"
}
}