-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathcomposer.json
39 lines (39 loc) · 1.49 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
{
"name": "boldgrid/w3-total-cache",
"type": "wordpress-plugin",
"description": "W3 Total Cache (W3TC) improves the SEO, Core Web Vitals and overall user experience of your site by increasing website performance and reducing load times by leveraging features like content delivery network (CDN) integration and the latest best practices.",
"homepage": "https://www.boldgrid.com/w3-total-cache/",
"license": "GPL-2.0-or-later",
"require": {
"aws/aws-sdk-php": "^3.308",
"aws/aws-php-sns-message-validator": "^1.9",
"symfony/deprecation-contracts": "^2.5",
"sebastian/comparator": "^3.0.5",
"sebastian/recursion-context": "^3.0.2",
"nikic/php-parser": "^4.15.1",
"microsoft/azure-storage-blob": "^1.5"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.11",
"wp-coding-standards/wpcs": "^3.1",
"phpunit/phpunit": "^8.5",
"yoast/phpunit-polyfills": "^3.0"
},
"replace": {
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*",
"symfony/polyfill-mbstring": "*"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"optimize-autoloader": true,
"COMPOSER_MIRROR_PATH_REPOS": true
}
}