i already install Composer like this tutorial : https://www.namecheap.com/support/knowledgebase/article.aspx/9417/2219/how-to-change-php-version-on-shared-servers
To enable extensions, verify that they are enabled in those .ini files:
- /opt/alt/php71/etc/php.ini
- /opt/alt/php71/link/conf/alt_php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
[imbligub@server242 forum]$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
And than i have problem with requirements > i already to copy /opt/alt/php71/etc/php.ini and /opt/alt/php71/link/conf/alt_php.ini to my folder forum and change
max_execution_time = 300
max_input_time = 300
memory_limit = 512M
suhosin.executor.include.whitelist = phar
detect_unicode = Off
but still not work, composer still read to use php.ini in /opt/alt/php71/etc/php.ini not use new php.ini edited from me.
can you help me ?