如果执行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]+)*$
这是因为name里的格式不符合要求,需要 有/ ,并且不能有大写,仔细检查下正则那句话文章来源:https://www.toymoban.com/news/detail-601454.html
无语!文章来源地址https://www.toymoban.com/news/detail-601454.html
到了这里,关于解决./composer.json" does not match the expected JSON schema的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!