-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
63 lines (63 loc) · 1.46 KB
/
Copy pathcomposer.json
File metadata and controls
63 lines (63 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "devstone/opcache-preload-generator",
"url": "https://MultisiteUltimate.com",
"description": "Generate OPcache preload files based on runtime statistics with safety analysis.",
"version": "1.1.1",
"authors": [
{
"name": "David Stone",
"homepage": "https://github.com/superdav42"
}
],
"license": [
"GPL-3.0-or-later"
],
"autoload": {
"psr-4": {
"OPcache_Preload_Generator\\": "inc/"
}
},
"type": "wordpress-plugin",
"require": {
"php": ">=7.4.1",
"ext-json": "*",
"nikic/php-parser": "^4.19"
},
"require-dev": {
"composer/installers": "^1.9.0",
"phpunit/phpunit": "^9.6.22",
"yoast/phpunit-polyfills": "^1.1.3",
"woocommerce/woocommerce-sniffs": "^1.0.0",
"fakerphp/faker": "^1.24",
"szepeviktor/phpstan-wordpress": "^2.0.1",
"phpstan/extension-installer": "^1.1"
},
"config": {
"platform": {
"php": "7.4.1"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
},
"optimize-autoloader": true,
"classmap-authoritative": true
},
"archive": {
"exclude": [
"tests",
"bin",
"phpunit.xml.dist",
"composer.lock",
".phpcs.xml.dist",
".idea",
"node_modules",
".gitignore",
".phpunit.result.cache",
"package.json",
"package-lock.json",
"phpstan.neon.dist"
]
}
}