1012 B
1012 B
Composer type repository fixtures
This directory contains some examples of what composer type repositories can
look like. They serve as illustrating examples accompanying the docs, but can
also be used as (initial) fixtures for tests.
repo-composer-plainis a basic, plainpackages.jsonfilerepo-composer-with-includesuses theincludesmechanismrepo-composer-with-providersuses theprovidersmechanism
Sample Packages used in these fixtures
All these repositories contain the following packages.
foo/barversions1.0.0,1.0.1and1.1.0;dev-defaultand1.0.x-devbranches. Ondev-defaultand in1.1.0,bar/baz~1.0is required.qux/quuxonly has adev-defaultbranch. Itreplacesgar/nix.gar/nixhas a1.0.0version and adev-defaultbranch. It is being replaced byqux/quux.bar/bazhas a1.0.0version and1.0.x-devas well asdev-defaultbranches. Additionally,1.1.x-devis a branch alias fordev-default.