Cannot install tinker on Laravel 5.1. Composer version is 1.9.0
.
Here is the composer log: https://pastebin.com/aajb0m7p
I tried to remove vendor folder and install back, but that doesn't help. Is there any workaround? I would like to use tinker to test some of my API endpoints and don't waste time doing that by using UI.
UPD I'm getting these conflict messages because I have installed lumen-framework 5.1.7
which requires symfony/var-dumper 2.7.*
. But the earlier version of tinker 1.0.0
and it requires at least symfony/var-dumper ~3.0
. Is there any other workaround for me to test my Laravel endpoints without using UI?