We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a53b9 commit 12fb2dfCopy full SHA for 12fb2df
2 files changed
composer.json
@@ -105,13 +105,13 @@
105
"require-dev": {
106
"composer/composer": "^1.10.27 || ^2.7",
107
"composer/semver": "^1.7.2 || ^3.4.0",
108
- "symfony/phpunit-bridge": "^5.3",
+ "symfony/phpunit-bridge": "^7.1.1",
109
"phpstan/phpstan": "^1.11",
110
"symfony/process": "^5 || ^6 || ^7",
111
"phpstan/phpstan-phpunit": "^1"
112
},
113
"scripts": {
114
- "test": "vendor/bin/simple-phpunit",
115
- "phpstan": "vendor/bin/phpstan analyse"
+ "test": "@php vendor/bin/simple-phpunit",
+ "phpstan": "@php vendor/bin/phpstan analyse"
116
}
117
phpstan.neon.dist
@@ -9,4 +9,5 @@ parameters:
9
- '~Test::[a-zA-Z0-9]+Provider\(\) return type~'
10
11
includes:
12
+ - phpstan-baseline.neon
13
- vendor/phpstan/phpstan-phpunit/extension.neon
0 commit comments