Please enable JavaScript.
Coggle requires JavaScript to display documents.
PHP - Coggle Diagram
PHP
Composer
-
run installer
-
php -r "if (hash_file('sha384', 'composer-setup.php') === '756890a4488ce9024fc62c56153228907f1545c228516cbf63f885e036d37e9a59d27d63f46af1d4d07ee0f76181c7d3') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
-
-
-
-
issue
-
-
-
Composer is operating significantly slower than normal because you do not have the PHP curl extension enabled.
-
-
-
-
-
-