···7777 # because the file contains hardcoded nix store paths, we generate it here.
7878 composer-local-repo-plugin --no-ansi build-local-repo -m "${composerRepository}" .
79798080- # Remove all the repositories of type "composer"
8080+ # Remove all the repositories of type "composer" and "vcs"
8181 # from the composer.json file.
8282- jq -r -c 'del(try .repositories[] | select(.type == "composer"))' composer.json | sponge composer.json
8282+ jq -r -c 'del(try .repositories[] | select(.type == "composer" or .type == "vcs"))' composer.json | sponge composer.json
83838484 # Configure composer to disable packagist and avoid using the network.
8585 composer config repo.packagist false