-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 1002 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 1002 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
{
"name": "kunalnagar/custom-404-pro",
"description": "Override the default 404 page with any page or a custom URL from the Admin Panel.",
"license": "GPL-2.0-or-later",
"require-dev": {
"squizlabs/php_codesniffer": "^3.9",
"wp-coding-standards/wpcs": "^3.1",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpunit/phpunit": "^9.6",
"yoast/phpunit-polyfills": "^1.0"
},
"scripts": {
"lint": "phpcs",
"test": "phpunit",
"test:integration": "phpunit -c phpunit-integration.xml",
"makepot": "npx wp-env run cli wp i18n make-pot /var/www/html/wp-content/plugins/custom-404-pro /var/www/html/wp-content/plugins/custom-404-pro/languages/custom-404-pro.pot --domain=custom-404-pro --exclude=vendor,tests,node_modules"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1"
}
}
}