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

Merge branch 'v1.2' into 'main'

feat: prepare for phpstan v2

See merge request !2
parents 897358a9 3a5b3f4c
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