concardis / PHP_SDK

MIT License
3 stars 10 forks source link

composer install eror #16

Open rollscia opened 4 years ago

rollscia commented 4 years ago

I downloaded the SDK, uncompress it and issued a composer install but I get the following error:

[Composer\Json\JsonValidationException]
"./composer.json" does not match the expected JSON schema:

It seems that your composer.json file is not formatted according to latest Composer version (1.10.9).

rollscia commented 4 years ago

The error is relative to the composer.json: "type":"Library" should be "type":"library" lower case 'L' (library) Is anybody checking the code works with new technologies (Composer, PHP)?