- Issue created by @jrockowitz
I am seeing a very unexpected mismatch between my project’s namespace and the composer package namespace.
My only guess is the schemadotorg_demo and schemadotorg_next module were originally a sub-modules of the schemadotorg package.
Here is the project’s namespace.
https://www.drupal.org/project/schemadotorg_demo →
Here is the composer packages.
composer require ‘drupal/schemadotorg_demo-schemadotorg_demo:^1.0@alpha’
composer require 'drupal/schemadotorg_next-schemadotorg_next:1.0.x-dev@dev'
The schemadotorg_demo-schemadotorg_demo
package should be schemadotorg_demo
The schemadotorg_next-schemadotorg_next
package should be schemadotorg_next
TBD
N/A
Possible composer package renaming
N/A
Active
1.0
Code