-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 980 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
{
"name": "aztecweb/wordpress-core-web-vitals-lab",
"description": "Core Web Vitals WordPress laboratory",
"type": "project",
"require": {
"wp-cli/wp-cli-bundle": "^2.4"
},
"require-dev": {
"10up/wp_mock": "^0.4.2",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-watcher": "^1.23",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "^2.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"lucatume/wp-browser": "3.0.5.1",
"codeception/module-asserts": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0"
},
"license": "GPLv2",
"authors": [
{
"name": "Eduardo Pittol",
"email": "[email protected]"
}
]
}