glide-symfony
glide-symfony copied to clipboard
packagist version 1.0.4 not uptodate ?
Hello,
Thanks for this great bundle. I tried to instal with symfony 5.2.5 it but encountered some problem.
For 1.0.4 version :
- On github the require is "league/glide": "^2.0"
- On packagist the require league/glide: ^1.0
With composer require league/glide-symfony
, glide installed in vendor is 1
Finally I managed to install your last bundle version with glide v2 vendor by composer require league/glide-symfony:dev-master
Could you confirm the wright command to use ? Thanks RodMar
I also do the same:
"league/glide-symfony": "dev-master",
A new glide-symfony release v2 should be created ...