Skip to content
Snippets Groups Projects

feat: prepare for phpstan v2

Merged Bartek Jaskulski requested to merge v1.2 into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -3,12 +3,12 @@
@@ -3,12 +3,12 @@
"description": "Meta package with PHPStan configuration for WP Desk projects",
"description": "Meta package with PHPStan configuration for WP Desk projects",
"type": "phpstan-extension",
"type": "phpstan-extension",
"require": {
"require": {
"phpstan/phpstan": "^1.10 || ^2",
"phpstan/extension-installer": "^1.3",
"phpstan/extension-installer": "^1.3",
"szepeviktor/phpstan-wordpress": "^1.3 || ^2",
"phpstan/phpstan-deprecation-rules": "^1.1 || ^2",
"php-stubs/woocommerce-stubs": "*",
"php-stubs/woocommerce-stubs": "*",
"phpstan/phpstan-strict-rules": "^1.5 || ^2",
},
},
"license": "MIT",
"license": "MIT",
"authors": [
"authors": [
Loading