glide-symfony icon indicating copy to clipboard operation
glide-symfony copied to clipboard

packagist version 1.0.4 not uptodate ?

Open rodmar35 opened this issue 3 years ago • 1 comments

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

rodmar35 avatar Mar 23 '21 09:03 rodmar35

I also do the same:

"league/glide-symfony": "dev-master",

A new glide-symfony release v2 should be created ...

jmontoyaa avatar May 06 '21 08:05 jmontoyaa