Composer包安装顺序

问题描述:

Say I have package-a and package-b. I want to install these in a particular order, package-a to install first, then package-b. Is that possible?

说我有 package-a code>和 package-b code> 。 我想按特定顺序安装这些,首先安装 package -a code>,然后安装 package -b code>。 这可能吗? p> div>

The scenario you are describing is effectively a dependency. Package B depends on Package A to be installed. So make sure that package B depends on package A.

Other than that, no guarantees are given for order.