Skip to content

Can't install using Composer #180

@lewebsimple

Description

@lewebsimple

Description

When installing using Composer, I get the following error:

In ClassMapGenerator.php line 137:
                                                                                                                                                                                                      
  Could not scan for classes inside "wp-content/plugins/wp-graphql-headless-login//vendor-prefixed/" which does not appear to be a file nor a folder  
                                                                                                                                                                                                      

Any idea?

Steps to reproduce

Using this composer.json file:

{
  "name": "lewebsimple/test",
  "type": "project",
  "repositories": [
    {
      "type": "composer",
      "url": "https://wpackagist.org"
    }
  ],
  "config": {
    "allow-plugins": {
      "composer/installers": true
    },
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "sort-packages": true
  },
  "require": {
    "axepress/wp-graphql-headless-login": "*",
    "wpackagist-plugin/wp-graphql": "*"
  }
}

Additional context

No response

Plugin Version

0.4.4

WordPress Version

6.8.3

WPGraphQL Version

2.3.6

Additional enviornmental details

No response

Please confirm that you have searched existing issues in the repo.

  • Yes

Please confirm that you have disabled ALL plugins except for WPGraphQL and Headless Login for WPGraphQL

  • Yes
  • My issue is with a specific 3rd-party plugin.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions