RULE_INTERNAL_ALLOW_UPDATE
RULE_INTERNAL_ALLOW_UPDATE = 1
__construct(integer $literal1, integer $literal2, integer $reason, \Composer\Package\Link|\Composer\Package\PackageInterface $reasonData, array $job = null)
| integer | $literal1 | |
| integer | $literal2 | |
| integer | $reason | A RULE_* constant describing the reason for generating this rule |
| \Composer\Package\Link|\Composer\Package\PackageInterface | $reasonData | |
| array | $job | The job this rule was created from |
equals(\Composer\DependencyResolver\Rule $rule) : boolean
Checks if this rule is equal to another one
Ignores whether either of the rules is disabled.
| \Composer\DependencyResolver\Rule | $rule | The rule to check against |
Whether the rules are equal
getPrettyString(\Composer\DependencyResolver\Pool $pool, array $installedMap = array())
| \Composer\DependencyResolver\Pool | $pool | |
| array | $installedMap |
formatPackagesUnique(\Composer\DependencyResolver\Pool $pool, array $packages) : string
| \Composer\DependencyResolver\Pool | $pool | |
| array | $packages |