Skip to content

Commit 12fb2df

Browse files
committed
Fix build
1 parent c5a53b9 commit 12fb2df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
"require-dev": {
106106
"composer/composer": "^1.10.27 || ^2.7",
107107
"composer/semver": "^1.7.2 || ^3.4.0",
108-
"symfony/phpunit-bridge": "^5.3",
108+
"symfony/phpunit-bridge": "^7.1.1",
109109
"phpstan/phpstan": "^1.11",
110110
"symfony/process": "^5 || ^6 || ^7",
111111
"phpstan/phpstan-phpunit": "^1"
112112
},
113113
"scripts": {
114-
"test": "vendor/bin/simple-phpunit",
115-
"phpstan": "vendor/bin/phpstan analyse"
114+
"test": "@php vendor/bin/simple-phpunit",
115+
"phpstan": "@php vendor/bin/phpstan analyse"
116116
}
117117
}

phpstan.neon.dist

+1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ parameters:
99
- '~Test::[a-zA-Z0-9]+Provider\(\) return type~'
1010

1111
includes:
12+
- phpstan-baseline.neon
1213
- vendor/phpstan/phpstan-phpunit/extension.neon

0 commit comments

Comments
 (0)