解决./composer.json" does not match the expected JSON schema

If an error is reported when executing composer install

 "./composer.json" does not match the expected JSON schema:
   - name : Does not match the regex pattern ^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z
  0-9](([_.]|-{
     
     1,2})?[a-z0-9]+)*$

This is because the format in the name does not meet the requirements, it needs to have /, and can not have capital letters, carefully check the regular sentence

Speechless!

Guess you like

Origin blog.csdn.net/taoshihan/article/details/131843497