Closed Messa1 closed 1 month ago
Just add this repo to composer.json's repositories
and it should work just fine.
If someone need
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wpengine/wp-graphql-content-blocks"
}
],
"require": {
// Rest ...
"wp-graphql/wp-graphql": "^1.29",
"wpengine/wp-graphql-content-blocks": "dev-main"
},
"require": { // Rest ... "wp-graphql/wp-graphql": "^1.29", "wpengine/wp-graphql-content-blocks": "dev-main" },
One note, you should not use wp-graphql/wp-graphql
but rather the official distribution at wpackagist-plugin/wp-graphql
https://wpackagist.org/
@justlevine They wrote it, like I use, in there docu. https://www.wpgraphql.com/docs/quick-start#install-with-composer
Be that as it may, it's a mistake in the docs 🤷♂️
If you have issue with the IDE or missing deps, that's because the wp-graphql/wp-graphql
version isn't the built distribution version
Would be nice if you can offer an installation method through Composer.