add lib-icu and hhvm
parent
7adc41d02c
commit
d07339382d
|
@ -36,14 +36,17 @@ includes PHP itself, PHP extensions and some system libraries.
|
||||||
constraints, e.g. `>=5.4.0`. To require a 64bit version of php, you can
|
constraints, e.g. `>=5.4.0`. To require a 64bit version of php, you can
|
||||||
require the `php-64bit` package.
|
require the `php-64bit` package.
|
||||||
|
|
||||||
|
* `hhvm` represents the version of the HHVM runtime (aka HipHop Virtual
|
||||||
|
Machine) and allows you to apply a constraint, e.g., '>=2.3.3'.
|
||||||
|
|
||||||
* `ext-<name>` allows you to require PHP extensions (includes core
|
* `ext-<name>` allows you to require PHP extensions (includes core
|
||||||
extensions). Versioning can be quite inconsistent here, so it's often
|
extensions). Versioning can be quite inconsistent here, so it's often
|
||||||
a good idea to just set the constraint to `*`. An example of an extension
|
a good idea to just set the constraint to `*`. An example of an extension
|
||||||
package name is `ext-gd`.
|
package name is `ext-gd`.
|
||||||
|
|
||||||
* `lib-<name>` allows constraints to be made on versions of libraries used by
|
* `lib-<name>` allows constraints to be made on versions of libraries used by
|
||||||
PHP. The following are available: `curl`, `iconv`, `libxml`, `openssl`,
|
PHP. The following are available: `curl`, `iconv`, `icu`, `libxml`,
|
||||||
`pcre`, `uuid`, `xsl`.
|
`openssl`, `pcre`, `uuid`, `xsl`.
|
||||||
|
|
||||||
You can use `composer show --platform` to get a list of your locally available
|
You can use `composer show --platform` to get a list of your locally available
|
||||||
platform packages.
|
platform packages.
|
||||||
|
|
Loading…
Reference in New Issue