Skip to content

Commit

Permalink
Specify a composer autoloader-suffix such that the Composer class nam…
Browse files Browse the repository at this point in the history
…es don't change each deploy. (#411)
  • Loading branch information
dd32 committed Jun 23, 2023
1 parent d448655 commit fa41a30
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 @@ -34,7 +34,8 @@
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoloader-suffix": "_wporg_mu_plugins"
},
"scripts": {
"format": "phpcbf -p",
Expand Down

0 comments on commit fa41a30

Please sign in to comment.