-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
42 lines (42 loc) · 951 Bytes
/
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
{
"name": "altis/dev-tools",
"description": "Developer Tools module for Altis",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Human Made",
"email": "[email protected]"
}
],
"autoload": {
"classmap": [
"inc/"
],
"files": [
"inc/namespace.php"
]
},
"require": {
"johnbillion/query-monitor": "^3.16.4",
"altis/dev-tools-command": "^0.8.1",
"wp-phpunit/wp-phpunit": "6.7.0",
"yoast/phpunit-polyfills": "^2.0.1",
"phpunit/phpunit": "~9.6",
"lucatume/wp-browser": "~4.2.0",
"codeception/module-asserts": "~3.0",
"codeception/module-phpbrowser": "~3.0",
"codeception/module-webdriver": "~3.0",
"codeception/module-db": "~3.1",
"codeception/module-filesystem": "~3.0",
"codeception/module-cli": "~2.0",
"codeception/util-universalframework": "~1.0",
"codeception/codeception": "~5.1.2"
},
"extra": {
"altis": {
"install-overrides": [
"johnbillion/query-monitor"
]
}
}
}