Skip to content

Commit

Permalink
Merge pull request #15 from camilleislasse/fix/composer-identifier
Browse files Browse the repository at this point in the history
Fix composer identifier
  • Loading branch information
jacquesbh authored Sep 18, 2024
2 parents d8e1915 + 6d8347f commit 290bad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginTemplate/Makefile.twig
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ setup_application:
$(MAKE) ${APP_DIR}/php.ini
(cd ${APP_DIR} && ${COMPOSER} install --no-interaction)
$(MAKE) apply_dist
(cd ${APP_DIR} && ${COMPOSER} require --no-progress monsieurbiz/${PLUGIN_NAME}="*@dev")
(cd ${APP_DIR} && ${COMPOSER} require --no-progress {{ pluginComposerIdentifier }}="*@dev")
rm -rf ${APP_DIR}/var/cache


Expand Down

0 comments on commit 290bad7

Please sign in to comment.