Skip to content
Snippets Groups Projects
Verified Commit cc7029c1 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: prepare for phpstan v2


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 897358a9
No related branches found
No related tags found
1 merge request!2feat: prepare for phpstan v2
......@@ -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": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment