Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit b949fa6

Browse files
authored
Merge pull request #53 from HellPat/composer-the-hard-way
Composer the hard way
2 parents 62c0716 + b3d9194 commit b949fa6

6 files changed

Lines changed: 253 additions & 291 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- bin/console lint:twig templates --no-interaction --format=github
2525
- bin/console lint:container --no-interaction
2626
- bin/console lint:xliff translations --no-interaction --format=github
27-
- composer validate composer.json --no-check-publish
27+
- ./composer validate composer.json --no-check-publish
2828
- symfony security:check
2929
# TODO: add more ci-checks
3030
# bin/console lint:yaml *.yaml --parse-tags --no-interaction --format=github

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ setup-database:
1818
setup-backend:
1919
#!/usr/bin/env bash
2020
set -euxo pipefail
21-
composer install --ignore-platform-req=ext-redis
21+
./composer install
2222
bin/console cache:warmup
2323

2424
setup-frontend:

0 commit comments

Comments
 (0)