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.
1647
1647
* enabled?: bool|Param, // Default: false
1648
1648
* preferred?: bool|Param, // Default: true
1649
1649
* dev_packages?: bool|Param, // Default: false
1650
1650
* },
1651
+
* distributions?: bool|array{
1652
+
* enabled?: bool|Param, // Host the distributions of packages // Default: false
1653
+
* build?: bool|Param, // Build distributions from the source code (if not already provided) // Default: true
1654
+
* mirror?: bool|Param, // Mirror distributions from the original source (if provided) // Default: false
1655
+
* async_api_requests?: bool|Param, // Fetch distributions asynchronously instead of during execution (from the API) // Default: false
1656
+
* dev_versions?: bool|Param, // Include distributions of development versions // Default: false
1657
+
* preferred_mirror?: bool|Param, // Force Composer to download distributions from this registry first // Default: false
1658
+
* },
1651
1659
* metadata?: array{
1652
1660
* mirror_vcs_repositories?: bool|Param, // Fetch mirrored packages from their VCS repositories by default when possible. // Default: false
0 commit comments