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
Branches
Tags
1 merge request!2feat: prepare for phpstan v2
...@@ -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", "phpstan/phpstan": "^1.10 || ^2",
"phpstan/extension-installer": "^1.3", "phpstan/extension-installer": "^1.3",
"szepeviktor/phpstan-wordpress": "^1.3", "szepeviktor/phpstan-wordpress": "^1.3 || ^2",
"phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.1 || ^2",
"php-stubs/woocommerce-stubs": "*", "php-stubs/woocommerce-stubs": "*",
"phpstan/phpstan-strict-rules": "^1.5" "phpstan/phpstan-strict-rules": "^1.5 || ^2"
}, },
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment