mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Add platform check for 64-bit PHP (#11334)
This commit is contained in:
parent
c23beac9c5
commit
f41abfca34
4 changed files with 84 additions and 1 deletions
|
@ -1861,6 +1861,18 @@ EOF;
|
|||
],
|
||||
'specific_php_release',
|
||||
],
|
||||
'Specific 64-bit PHP version' => [
|
||||
[
|
||||
'php-64bit' => new Link('a', 'php-64bit', $versionParser->parseConstraints('^7.2.8')),
|
||||
],
|
||||
'specific_php_64bit_required',
|
||||
],
|
||||
'64-bit PHP required' => [
|
||||
[
|
||||
'php-64bit' => new Link('a', 'php-64bit', $versionParser->parseConstraints('*')),
|
||||
],
|
||||
'php_64bit_required',
|
||||
],
|
||||
'No PHP required' => [
|
||||
[
|
||||
'ext-xml' => new Link('a', 'ext-xml', $versionParser->parseConstraints('*')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue