Skip to content

Commit

Permalink
TRY composer without dev packs
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Oct 29, 2024
1 parent 81cea20 commit 1945814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install all platform dependencies
run: composer require figuren-theater/ft-platform-collection --prefer-dist --no-interaction
run: composer require figuren-theater/ft-platform-collection --update-no-dev --prefer-dist --no-interaction

# Help moving files (which koodimoni/dropin-installer is not capable for, see #11)
- name: Copy files (accompanying koodimoni)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install all platform dependencies
run: composer require figuren-theater/ft-platform-collection --prefer-dist --no-interaction
run: composer require figuren-theater/ft-platform-collection --update-no-dev --prefer-dist --no-interaction

# Help moving files (which koodimoni/dropin-installer is not capable for, see #11)
- name: Copy files (accompanying koodimoni)
Expand Down

0 comments on commit 1945814

Please sign in to comment.