Composer returning old version?
PunchRockgroin opened this issue · 2 comments
PunchRockgroin commented
A heads up but when installing for Laravel 5.4 and calling composer require graham-campbell/flysystem it seems to pull an old version. Mostly I'm looking for the new Dropbox v2 adapter so when I use the connection it errors out with "Class 'Dropbox\Client' not found"
I cleared my composer cache and ensured that I have ^3.7 in my local composer.json, so I don't think it's an issue here locally. As well, during install, I can also see after composer finishes the code in vendor doesn't reference "srmklive/flysystem-dropbox-v2" anywhere.
Thanks!
PunchRockgroin commented
Nevermind. I mistakenly thought that the latest version tagged was also master. My bad.
GrahamCampbell commented
Will release soon. Just gotta test a few more things.