Skip to content

Commit

Permalink
[psr-4] Fix function loading
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 10, 2025
1 parent 0adb798 commit d4ae6c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"autoload": {
"psr-4": {
"Symplify\\PHPStanRules\\": "src"
}
},
"files": [
"src/functions/fast-functions.php"
]
},
"extra": {
"phpstan": {
Expand Down

0 comments on commit d4ae6c8

Please sign in to comment.