forked from mangoweb-backend/presenter-tester
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 loc) · 1.06 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
{
"name": "webnazakazku/mango-presenter-tester",
"type": "library",
"description": "",
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/webnazakazku/mango-tester-infrastructure"
},
{
"type": "vcs",
"url": "https://github.com/webnazakazku/mango-tester-http-mocks"
}
],
"require": {
"php": ">=7.2",
"nette/application": "^3.2",
"nette/forms": "^3.2",
"nette/http": "^3.3.1",
"nette/security": "^3.2",
"nette/tester": "~2.0"
},
"require-dev": {
"latte/latte": "^3.0",
"nette/bootstrap": "~3.2.0",
"nextras/secured-links": "@dev",
"contributte/qa": "^0.3",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"webnazakazku/mango-tester-infrastructure": "^0.6",
"webnazakazku/mango-tester-http-mocks": "^0.4",
"dg/bypass-finals": "^1.8"
},
"autoload": {
"classmap": [
"src"
]
},
"autoload-dev": {
"classmap": ["tests/inc"]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}