-
- Downloads
feat: add basic definitions for package
Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
parents
Branches
Tags
.editorconfig
0 → 100644
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "wpdesk/phpstan-rules", | ||
"description": "Meta package with PHPStan configuration for WP Desk projects", | ||
"type": "metapackage", | ||
"require": { | ||
"phpstan/phpstan": "^1.10", | ||
"phpstan/extension-installer": "^1.3", | ||
"szepeviktor/phpstan-wordpress": "^1.3", | ||
"phpstan/phpstan-deprecation-rules": "^1.1", | ||
"php-stubs/woocommerce-stubs": "^8.3" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Bart Jaskulski", | ||
"email": "bjaskulski@protonmail.com" | ||
} | ||
], | ||
"config": { | ||
"allow-plugins": { | ||
"phpstan/extension-installer": true | ||
} | ||
}, | ||
"extra": { | ||
"phpstan": { | ||
"includes": [ | ||
"rules.neon" | ||
] | ||
} | ||
} | ||
} |
composer.lock
0 → 100644
rules.neon
0 → 100644
Please register or sign in to comment