-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
33 lines (33 loc) · 1.16 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
{
"name": "php-stubs/wordpress-seo-stubs",
"description": "Yoas SEO function and class declaration stubs for static analysis.",
"keywords": [
"yoast",
"seo",
"wordpress",
"static analysis",
"phpstan"
],
"homepage": "https://github.com/php-stubs/wordpress-seo-stubs",
"license": "MIT",
"require": {
"php-stubs/wordpress-stubs": "^5.3.0 || ^6.0"
},
"require-dev": {
"php": "~7.1",
"php-stubs/generator": "^0.8"
},
"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": {
"post-install-cmd": "@composer --working-dir=source/ install --no-interaction --no-suggest --no-dev",
"post-update-cmd" : "@composer --working-dir=source/ install --no-interaction --no-suggest --no-dev",
"cleanup": "git status --short --ignored | sed -n -e 's#^!! ##p' | xargs -r rm -vrf"
},
"scripts-descriptions": {
"cleanup": "Remove all ignored files."
}
}