-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.13 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "cardanopress-bootstrap/cardanopress-bootstrap",
"description": "A ThemePlate project for CardanoPress Bootstrap",
"type": "wordpress-theme",
"keywords": [
"generator-themeplate",
"wordpress",
"theme"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Gene Alyson Fortunado Torcende",
"email": "genealyson.torcende@gmail.com",
"homepage": "mailto:genealyson.torcende@gmail.com"
}
],
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"ext-gd": "*",
"chillerlan/php-qrcode": "^5.0",
"kermage/external-update-manager": "^3.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.2",
"wp-coding-standards/wpcs": "^3.3",
"squizlabs/php_codesniffer": "^3.5",
"phpcompatibility/phpcompatibility-wp": "^2.1"
},
"scripts": {
"lint": "phpcs --colors -p -s -v",
"fix": "phpcbf -p -v"
}
}