Skip to content

Open social install failed: ./composer.json" does not match the expected JSON schema #10

@SalifT

Description

@SalifT

Download Open social (without any other component)
kickstart-2087.tar.gz

Extract and cd to kickstart-2087
192:downloads stmacpro$ cd kickstart-2087

run composer install
192:kickstart-2087 stmacpro$ composer install

Error

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

  • repositories.goalgorilla/social_docker_2 : Object value found, but a boo
    lean is required
  • repositories.goalgorilla/social_docker_2 : Does not have a value in the
    enumeration [false]
  • repositories.goalgorilla/social_docker_2.package : The property package
    is required
  • repositories.goalgorilla/social_docker_2.type : Does not have a value in
    the enumeration ["composer"]
  • repositories.goalgorilla/social_docker_2.url : NULL value found, but a s
    tring is required
  • repositories.goalgorilla/social_docker_2.type : Does not have a value in
    the enumeration ["vcs","github","git","gitlab","git-bitbucket","hg","hg-bi
    tbucket","fossil","perforce","svn"]
  • repositories.goalgorilla/social_docker_2.type : Does not have a value in
    the enumeration ["path"]
  • repositories.goalgorilla/social_docker_2.type : Does not have a value in
    the enumeration ["artifact"]
  • repositories.goalgorilla/social_docker_2.type : Does not have a value in
    the enumeration ["pear"]
  • repositories.goalgorilla/social_docker_2 : Failed to match exactly one s
    chema

See the full composer.json file on gist

58---
    "repositories": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        "commerce_base": {
            "type": "vcs",
            "url": "https://github.com/drupalcommerce/commerce_base"
        },
        "asset-packagist": {
            "type": "composer",
            "url": "https://asset-packagist.org"
        },
        "goalgorilla/social_docker_0": {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        "goalgorilla/social_docker_1": {
            "type": "composer",
            "url": "https://asset-packagist.org"
        },
        "goalgorilla/social_docker_2": {
            "type": "package",
            "url": null
        }
    },
85---

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions