When you install the Libraries for work with API using composer on a VDS server error:

at the root of the website are only 2 files composer.phar and composer.json
The content composer.json
{
"name": "retailcrm/api-client-php",
"description": "a PHP client for retailCRM API",
"type": "library",
"keywords": ["API", "retailCRM", "REST"],
"homepage": "http://www.retailcrm.pro/",
"license": "MIT",
"authors": [
{
"name": "retailCRM",
"email": "support@retailcrm.pro"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "5.2.*",
"phpunit/php-code-coverage": "3.3.0",
"phpunit/php-invoker": "1.1.4",
"phpmd/phpmd": "2.4.*",
"sebastian/phpcpd": "2.0.*",
"sebastian/phpdcd": "1.0.*",
"squizlabs/php_codesniffer": "2.5.*",
"apigen/apigen": "4.1.*"
},
"support": {
"email": "support@retailcrm.pro"
},
"autoload": {
"psr-0": { "RetailCrm\\": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"config": {
"bin-dir": "bin",
"process-timeout": 600
}
}
What am I doing wrong? (
ubuntuclub.org/bystraia-ustanovka-php-5-6-na-ubunt...
https://webware.biz/?p=2061
freshnotes.ru/obnovlenie-php-5-5-do-php-5-6-v-ubun... - Daphne_Roob commented on July 9th 19 at 10:17
Try stopping all unnecessary - the web server, what else is there.
Memory on VPS how much? Swap really? - Daphne_Roob commented on July 9th 19 at 10:26