#網路上搜到兩種解決方法(沒能解決!):
##沒能解決問題,求解決.....??
#阿神2017-06-19 09:09:05
把這個加入你的composer.json檔案裡面
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
},
{ "packagist": false }
]
然後:
composer clear-cache
composer install