You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* dist_mirroring?: bool|array{ // Deprecated: The node "dist_mirroring" at path "dirigent.dist_mirroring" is deprecated. Use the "distributions" section instead.
1661
1661
* enabled?: bool|Param, // Default: false
1662
1662
* preferred?: bool|Param, // Default: true
1663
1663
* dev_packages?: bool|Param, // Default: false
1664
1664
* },
1665
+
* distributions?: bool|array{
1666
+
* enabled?: bool|Param, // Host the distributions of packages // Default: false
1667
+
* build?: bool|Param, // Build distributions from the source code (if not already provided) // Default: true
1668
+
* mirror?: bool|Param, // Mirror distributions from the original source (if provided) // Default: false
1669
+
* async_api_requests?: bool|Param, // Fetch distributions asynchronously instead of during execution (from the API) // Default: false
1670
+
* dev_versions?: bool|Param, // Include distributions of development versions // Default: false
1671
+
* preferred_mirror?: bool|Param, // Force Composer to download distributions from this registry first // Default: false
1672
+
* },
1665
1673
* metadata?: array{
1666
1674
* default_fetch_strategy?: value-of<\CodedMonkey\Dirigent\Entity\PackageFetchStrategy>|\CodedMonkey\Dirigent\Entity\PackageFetchStrategy|Param, // Available values are "mirror" (default, fetch from the mirror), "source" (fetch from the VCS source) and "vcs" (fetch complete VCS repository) // Default: "mirror"
1667
1675
* mirror_vcs_repositories?: bool|Param, // Deprecated: The node "mirror_vcs_repositories" at path "dirigent.metadata.mirror_vcs_repositories" is deprecated. Use the "default_fetch_strategy" option instead. // Fetch mirrored packages from their VCS repositories by default when possible. // Default: false
0 commit comments