Describe the bug or behavior
My Github organization is called UnrealistTech. When using this org name to initialize a project, it fails when attempting to modify the composer.json because the org name is invalid by Composer and Packagist standards.
To Reproduce
export GITHUB_ORG='UnrealistTech'
composer create-project g1a/starter:^2 drupal_test_bench
Expected behavior
Project setup would happen
Actual behavior
What happened instead?
Error during initialization:
In Factory.php line 320:
"./composer.json" does not match the expected JSON schema:
- name : Does not match the regex pattern ^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$
Workaround
I think I could just not use an org, and then edit the package data after the fact.
System Configuration
| Q |
A |
| PHP version |
8.2.16 |
| OS? |
Mac (M1) |
Additional information
Add any other context about the problem here.
Describe the bug or behavior
My Github organization is called
UnrealistTech. When using this org name to initialize a project, it fails when attempting to modify the composer.json because the org name is invalid by Composer and Packagist standards.To Reproduce
Expected behavior
Project setup would happen
Actual behavior
What happened instead?
Error during initialization:
Workaround
I think I could just not use an org, and then edit the package data after the fact.
System Configuration
Additional information
Add any other context about the problem here.