I’m trying to install gutenberg with composer but it doesn’t seem to be working.
The commands I’ve tried are:
composer require wpackagist-plugin/gutenberg
composer require "wpackagist-plugin/gutenberg":"4.4.0"
composer require "wpackagist-plugin/gutenberg:4.4.0"
The error I get is:
[InvalidArgumentException]
Could not find a matching version of package wpackagist-plugin/gutenberg. Check the package spelling, your version constraint and that the package is availa
ble in a stability which matches your minimum-stability (stable).
Is Gutenberg still unstable or am I doing something really daft here?!