···77 # because the file contains hardcoded nix store paths, we generate it here.
78 composer-local-repo-plugin --no-ansi build-local-repo -m "${composerRepository}" .
7980- # Remove all the repositories of type "composer"
81 # from the composer.json file.
82- jq -r -c 'del(try .repositories[] | select(.type == "composer"))' composer.json | sponge composer.json
8384 # Configure composer to disable packagist and avoid using the network.
85 composer config repo.packagist false
···77 # because the file contains hardcoded nix store paths, we generate it here.
78 composer-local-repo-plugin --no-ansi build-local-repo -m "${composerRepository}" .
7980+ # Remove all the repositories of type "composer" and "vcs"
81 # from the composer.json file.
82+ jq -r -c 'del(try .repositories[] | select(.type == "composer" or .type == "vcs"))' composer.json | sponge composer.json
8384 # Configure composer to disable packagist and avoid using the network.
85 composer config repo.packagist false
···19 owner = "Project-MONAI";
20 repo = "MONAI";
21 rev = "refs/tags/${version}";
22- hash = "sha256-wjpHgDNNxPC4b0Yy6zponGZPHV9qGSnbLfccMeick3I=";
23 };
2425 # Ninja is not detected by setuptools for some reason even though it's present:
···19 owner = "Project-MONAI";
20 repo = "MONAI";
21 rev = "refs/tags/${version}";
22+ hash = "sha256-h//igmSV1cPAFifE1woIluSyGwZBRByYMLqeY3oLHnk=";
23 };
2425 # Ninja is not detected by setuptools for some reason even though it's present: