- Issue created by @2dareis2do
- π¬π§United Kingdom 2dareis2do
not sure but I believe it may be necessary to add:
composer config minimun-stability dev
- πΊπΈUnited States mglaman WI, USA
It doesn't seem like
composer config minimun-stability dev
would fix it. The requested version was1.0.0-alpha5
but Composer says the only versions are
dev-1.0.x, 1.0.x-dev
- πΊπΈUnited States mglaman WI, USA
I think I found the problem:
composer require 'drupal/schemadotorg_demo-schemadotorg_demo:^1.0@alpha'
Notice how the package name for composer is
schemadotorg_demo-schemadotorg_demo
? Something else is holding ontoschemadotorg_demo
. I bet the latter does not have an alpha release. - πΊπΈUnited States mglaman WI, USA
I looked at the API and there is nothing about the Composer package name: https://www.drupal.org/api-d7/node/3319147.json β
- πΊπΈUnited States mglaman WI, USA
The release does not contain the Composer package name either: https://www.drupal.org/api-d7/node/3448370.json β