Skip to content

Commit a74138b

Browse files
committed
Fix phpstan
1 parent bc59110 commit a74138b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
"autoload-dev": {
3333
"psr-4": {
3434
"Tests\\Functional\\": "tests/functional/src"
35-
}
35+
},
36+
"files": [
37+
"vendor/codeception/codeception/shim.php"
38+
]
3639
},
3740
"scripts": {
3841
"tools": "sh composer-tools.sh",

0 commit comments

Comments
 (0)