You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: