forked from pantheon-systems/pantheon-advanced-page-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 930 Bytes
/
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
{
"name": "pantheon-systems/pantheon-advanced-page-cache",
"type": "wordpress-plugin",
"authors": [
{
"name": "Pantheon",
"email": "noreply@pantheon.io"
}
],
"require-dev": {
"behat/behat": "^3.1",
"behat/mink-extension": "^2.2",
"behat/mink-goutte-driver": "^1.2",
"pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master",
"phpunit/phpunit": "^9",
"phpcompatibility/php-compatibility": "^9.3",
"yoast/phpunit-polyfills": "^1.0",
"pantheon-systems/pantheon-wp-coding-standards": "^1.0"
},
"scripts": {
"lint": "@phpcs",
"phpcs": "vendor/bin/phpcs --ignore=tests/* -s --standard=Pantheon-WP .",
"phpcbf": "vendor/bin/phpcbf --ignore=tests/* --standard=Pantheon-WP .",
"phpunit": "vendor/bin/phpunit",
"test": "@phpunit"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}