Skip to content

Commit

Permalink
Removed duplication from classmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Aug 23, 2021
1 parent 25ca697 commit c3d71f1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,7 @@
"description": "Gives WordPress the missing SMTP configuration panel it needed.",
"autoload": {
"classmap": [
"src/class-options.php",
"src/settings/class-settings.php",
"src/settings/class-multisite.php",
"src/settings/class-singular.php",
"src/settings/class-mailview.php",
"src/mail/class-mail.php",
"src/mail/class-mailtest.php",
"src/mail/class-maildisable.php",
"src/log/class-log.php",
"src/log/class-logservice.php",
"src/log/class-logtable.php",
"src/log/class-logattachment.php"
"src"
]
},
"require-dev": {
Expand Down

1 comment on commit c3d71f1

@soup-bowl
Copy link
Owner Author

@soup-bowl soup-bowl commented on c3d71f1 Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the WPCS feedback on the issue, without requiring to switch to PSR-0 or PSR-4 and violating the WPCS.
WordPress/WordPress-Coding-Standards#1975 (comment)

Please sign in to comment.