Select Git revision
FieldPersistenceStrategy.php
composer.json 698 B
{
"name": "wpdesk/phpstan-rules",
"description": "Meta package with PHPStan configuration for WP Desk projects",
"type": "phpstan-extension",
"require": {
"phpstan/phpstan": "^1.10 || ^2",
"phpstan/extension-installer": "^1.3",
"szepeviktor/phpstan-wordpress": "^1.3 || ^2",
"phpstan/phpstan-deprecation-rules": "^1.1 || ^2",
"php-stubs/woocommerce-stubs": "*",
"phpstan/phpstan-strict-rules": "^1.5 || ^2"
},
"license": "MIT",
"authors": [
{
"name": "Bart Jaskulski",
"email": "bjaskulski@protonmail.com"
}
],
"config": {
"allow-plugins": {
"phpstan/extension-installer": false
}
},
"extra": {
"phpstan": {
"includes": [
"rules.neon"
]
}
}
}