-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.03 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
{
"name": "skaut/crdm-modern",
"description": "A modern WordPress theme made for children's organizations",
"type": "wordpress-theme",
"keywords": [
"WordPress",
"WordPress theme",
"skaut",
"ČRDM",
"children"
],
"homepage": "https://github.com/skaut/crdm-modern",
"readme": "README.md",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Marek Dědič",
"email": "developer@dedic.eu"
}
],
"support": {
"issues": "https://github.com/skaut/crdm-modern/issues",
"source": "https://github.com/skaut/crdm-modern"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.0 || ^8.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^3.0",
"phpmd/phpmd": "^2.7",
"phan/phan": "^5.1",
"skaut/wordpress-stubs": "^2.2.0",
"phpstan/phpstan": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"wp-cli/i18n-command": "^2.4"
}
}