Skip to content

Commit 0b9dcca

Browse files
committed
recipe fix
1 parent 72feb9e commit 0b9dcca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe/setup-twig-dev.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ docker compose exec -T \
7272
php composer config repositories.oxid-esales/stripe \
7373
--json '{"type":"path", "url":"./extensions/stripe", "options": {"symlink": true}}' || exit 1
7474

75-
75+
docker compose exec -T \
76+
php composer require oxid-solution-catalysts/stripe-module:"*" --no-update || exit 1
7677

7778
make up
7879
# Install all preconfigured dependencies

0 commit comments

Comments
 (0)