wp-graphql-headless-login
wp-graphql-headless-login copied to clipboard
Can't install using Composer
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.
- [x] Yes
Please confirm that you have disabled ALL plugins except for WPGraphQL and Headless Login for WPGraphQL
- [x] Yes
- [ ] My issue is with a specific 3rd-party plugin.