Open rollscia opened 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).
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)?
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).