Merge branch 'v1.2' into 'main'
feat: prepare for phpstan v2 See merge request !2
No related branches found
No related tags found
... | ... | @@ -3,12 +3,12 @@ |
"description": "Meta package with PHPStan configuration for WP Desk projects", | ||
"type": "phpstan-extension", | ||
"require": { | ||
"phpstan/phpstan": "^1.10", | ||
"phpstan/phpstan": "^1.10 || ^2", | ||
"phpstan/extension-installer": "^1.3", | ||
"szepeviktor/phpstan-wordpress": "^1.3", | ||
"phpstan/phpstan-deprecation-rules": "^1.1", | ||
"szepeviktor/phpstan-wordpress": "^1.3 || ^2", | ||
"phpstan/phpstan-deprecation-rules": "^1.1 || ^2", | ||
"php-stubs/woocommerce-stubs": "*", | ||
"phpstan/phpstan-strict-rules": "^1.5" | ||
"phpstan/phpstan-strict-rules": "^1.5 || ^2" | ||
}, | ||
"license": "MIT", | ||
"authors": [ | ||
... | ... |
Please register or sign in to comment