-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
62 lines (62 loc) · 1.93 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "hungry-flamingo/base-fse",
"description": "Base FSE - WordPress theme by Hungry Flamingo is a simple block theme optimized for fast customization with full site editing (FSE) and lightspeed performance.",
"type": "project",
"require": {
"wpdesk/wp-notice": "^3.1",
"ayecode/wp-super-duper": "2.0.2",
"inpsyde/wp-context": "1.3.*",
"johnbillion/extended-cpts": "5.0.*",
"julien731/wp-review-me": "2.0.*",
"micropackage/requirements": "1.2.*",
"stevegrunwell/wp-cache-remember": "dev-master",
"wpbp/cronplus": "1.0.*",
"yoast/i18n-module": "3.1.*"
},
"require-dev": {
"ergebnis/composer-normalize": "2.*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpro/grumphp": "1.12.0",
"phpunit/phpunit": "^9.5",
"szepeviktor/phpstan-wordpress": "1.1.*",
"comcast/php-legal-licenses": "^1.2",
"metasyntactical/composer-plugin-license-check": "^2.0",
"phpcompatibility/php-compatibility": "^9.3",
"rregeer/phpunit-coverage-check": "^0.3.1",
"squizlabs/php_codesniffer": "^3.6",
"wp-coding-standards/wpcs": "^2.3",
"php-stubs/wordpress-stubs": "^5.9",
"php-stubs/woocommerce-stubs": "^6.4",
"pestphp/pest": "^1.21.3"
},
"license": "GPLv3+",
"autoload": {
"psr-4": {
"HungryFlamingo\\BaseFse\\": "base-fse/php-src/"
}
},
"extra": {
"installer-paths": {
"base-fse/vendor/stevegrunwell/wp-cache-remember": [
"stevegrunwell/wp-cache-remember"
]
}
},
"authors": [
{
"name": "Hungry Flamingo",
"email": "hello@hungryflamingo.com"
}
],
"config": {
"allow-plugins": {
"composer/installers": true,
"metasyntactical/composer-plugin-license-check": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpro/grumphp": true,
"pestphp/pest-plugin": true
},
"vendor-dir": "base-fse/vendor"
}
}