-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 875 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 875 Bytes
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
{
"name": "php-stubs/wordpress-tests-stubs",
"description": "WordPress Tests function and class declaration stubs for static analysis.",
"keywords": [
"wordpress",
"static analysis",
"phpstan"
],
"homepage": "https://github.com/php-stubs/wordpress-tests-stubs",
"license": "MIT",
"require-dev": {
"php": "^7.3 || ^8.0",
"php-stubs/generator": "^0.8.0"
},
"suggest": {
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan",
"symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions"
},
"minimum-stability": "stable",
"scripts": {
"cleanup": "git status --short --ignored | sed -n -e 's#^!! ##p' | xargs -r rm -vrf"
},
"scripts-descriptions": {
"cleanup": "Remove all ignored files."
}
}