Skip to content

Commit aa3a010

Browse files
authored
Add extension.neon to composer.json (#25)
1 parent d380a87 commit aa3a010

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,12 @@
7474
"DR\\PHPUnitExtensions\\Tests\\Unit\\": "tests/Unit/",
7575
"PHPUnit\\Framework\\Attributes\\": "tests/Stub/"
7676
}
77+
},
78+
"extra": {
79+
"phpstan": {
80+
"includes": [
81+
"extension.neon"
82+
]
83+
}
7784
}
7885
}

0 commit comments

Comments
 (0)