Skip to content

Commit d4ae6c8

Browse files
committed
[psr-4] Fix function loading
1 parent 0adb798 commit d4ae6c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/target-repository/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"autoload": {
1313
"psr-4": {
1414
"Symplify\\PHPStanRules\\": "src"
15-
}
15+
},
16+
"files": [
17+
"src/functions/fast-functions.php"
18+
]
1619
},
1720
"extra": {
1821
"phpstan": {

0 commit comments

Comments
 (0)