-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
35 lines (35 loc) · 1.09 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
{
"name": "pressforward/pressforward",
"type": "project",
"license": "AGPLv3",
"repositories": [
{
"type": "git",
"url": "https://github.com/WordPress/WordPress-Coding-Standards"
}
],
"require-dev": {
"wp-coding-standards/wpcs": "dev-develop#2.3.0-fix-vsprintf",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/phpcompatibility-wp": "*",
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.2",
"yoast/phpunit-polyfills": "^1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"require": {
"simplehtmldom/simplehtmldom": "^2.0-RC",
"firebase/php-jwt": "^6.4",
"paragonie/random_compat": "^9.99",
"davechild/textstatistics": "^1.0",
"mattwright/urlresolver": "^2.0",
"fivefilters/readability.php": "~3.0.0",
"psr/log": "^1.0"
}
}