We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d746b35 commit f81c687Copy full SHA for f81c687
2 files changed
composer.json
@@ -23,7 +23,7 @@
23
"squizlabs/php_codesniffer": "3.10.3",
24
"wp-coding-standards/wpcs": "~3.1.0",
25
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
26
- "phpstan/phpstan": "^2.1.2",
+ "phpstan/phpstan": "~1.12.27",
27
"yoast/phpunit-polyfills": "^1.1.0"
28
},
29
"config": {
tests/phpstan/base.neon
@@ -5,6 +5,12 @@
5
# https://phpstan.org/config-reference
6
7
parameters:
8
+ # Cache is stored locally, so it's available for CI.
9
+ tmpDir: ../../.cache
10
+
11
+ # The Minimum PHP Version
12
+ phpVersion: 70224
13
14
# What directories and files should be scanned.
15
paths:
16
- ../../src
0 commit comments