Skip to content

Commit

Permalink
Add alleyinteractive/composer-wordpress-autoloader to composer.json
Browse files Browse the repository at this point in the history
We are introducing the use of the `alleyinteractive/composer-wordpress-autoloader` plugin. This plugin enables us to manage and autoload WordPress package dependencies via Composer.
  • Loading branch information
attackant committed Nov 3, 2023
1 parent e96caf9 commit c44792f
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 @@ -25,7 +25,8 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"alleyinteractive/composer-wordpress-autoloader": true
}
}
}

0 comments on commit c44792f

Please sign in to comment.