創(chuàng)建一個包提交到pakagist后,composer安裝此包出現問題如下圖
創(chuàng)建的pakage的composer.json內容如下:
{
"name": "damonsnow/abcimyfun1",
"type": "library",
"description": "test a pakagist",
"authors": [
{
"name": "DamonSnow",
"email": "domine_huang@unicompound.com"
}
],
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-4": {
"ABCI\\Myfun\\": "src"
}
}
}
請問是什么問題,如何解決?謝謝各位大神!
創(chuàng)建一個包提交到pakagist后,composer安裝此包出現問題
ibeautiful
2019-03-03 23:39:11