Skip to content

Commit

Permalink
(feat) Add webhooks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Apr 23, 2024
1 parent 6c8d053 commit ba24573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ ${INSTALLER_PHP_EXEC} ./composer.phar require deuxhuithuit/craft-agency-auth
${INSTALLER_PHP_EXEC} ./craft plugin/install agency-auth
${INSTALLER_PHP_EXEC} ./composer.phar require deuxhuithuit/craft-routes-api
${INSTALLER_PHP_EXEC} ./craft plugin/install routes-api
${INSTALLER_PHP_EXEC} ./composer.phar require craftcms/webhooks
${INSTALLER_PHP_EXEC} ./craft plugin/install webhooks

echo "Install dev packages"
${INSTALLER_PHP_EXEC} ./composer.phar require friendsofphp/php-cs-fixer --dev
Expand Down

0 comments on commit ba24573

Please sign in to comment.