Skip to content

Commit

Permalink
build(composer.json) fix strict PSR check
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jun 26, 2024
1 parent 8e8e212 commit 9658762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
},
"autoload-dev": {
"psr-4": {
"lucatume\\WPBrowser\\Tests\\": "tests/_support",
"lucatume\\WPBrowser\\Tests\\FSTemplates\\": "tests/_support/FSTemplates",
"lucatume\\WPBrowser\\Tests\\Traits\\": "tests/_support/Traits",
"lucatume\\Rector\\": "config/rector/src"
}
},
Expand Down

0 comments on commit 9658762

Please sign in to comment.