Your requirements could not be resolved to an installable set of packages.
Problem 1
– cakephp/cakephp 3.5.9 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.8 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.7 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.6 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.5 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.4 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.3 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.2 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.14 requires ext-intl * -> the requested PHP extension intl is missin
– cakephp/cakephp 3.5.13 requires ext-intl * -> the requested PHP extension intl is missin
– cakephp/cakephp 3.5.12 requires ext-intl * -> the requested PHP extension intl is missin
– cakephp/cakephp 3.5.11 requires ext-intl * -> the requested PHP extension intl is missin
– cakephp/cakephp 3.5.10 requires ext-intl * -> the requested PHP extension intl is missin
– cakephp/cakephp 3.5.1 requires ext-intl * -> the requested PHP extension intl is missing
– cakephp/cakephp 3.5.0 requires ext-intl * -> the requested PHP extension intl is missing
– Installation request for cakephp/cakephp 3.5.* -> satisfiable by cakephp/cakephp[3.5.0,
.5.3, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.5.8, 3.5.9].
To enable extensions, verify that they are enabled in your .ini files:
– C:\xampp\php\php.ini
You can also run `php –ini` inside terminal to see which files are used by PHP in CLI mode.
; Note : The syntax used in previous PHP versions (‘extension=<ext>.so’ and
; ‘extension=’php_<ext>.dll’) is supported for legacy reasons and may be
; deprecated in a future PHP major version. So, when it is possible, please
; move to the new (‘extension=<ext>) syntax.
Note that, on PHP version 7.2.0 and up, the extension name may be used instead of the extension’s file name. As this is OS-independent and easier, especially for newcomers, it becomes the recommended way of specifying extensions to load. File names remain supported for compatibility with prior versions.
コメント