webman安裝圖像處理組件composer require intervention/image:^3.0
報錯
composer require intervention/image:^3.0
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
composer why intervention/image
workerman/webman dev-master requires intervention/image (^2.7)
webman/admin v0.6.24 requires intervention/image (^2.7)
"workerman/webman-framework": "^1.5.0",
應(yīng)該是webman-admin中的"intervention/image": "^2.7",
限制了, 請問應(yīng)該怎么解決可以安裝intervention/image:^3.0