Skip to content

Commit

Permalink
fix composer identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
camilleislasse committed Sep 17, 2024
1 parent d8e1915 commit 6d8347f
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 6d8347f

Please sign in to comment.