chillerlan / php-qrcode

A PHP QR Code generator and reader with a user-friendly API.
https://smiley.codes/qrcode/
Apache License 2.0
2k stars 297 forks source link

Composer require chillerlan/php-qrcode dont download last release even if is 4.3.4 #183

Closed InitialCrow closed 1 year ago

InitialCrow commented 1 year ago

Hi, ty for your job just litle thing

Describe the bug When I try to get last release with composer its ^4.3 if I force to 4.3.4 nothing change so its missing many parts for exemple constant in /src/Output/OutputInterface.php

Steps to reproduce the behavior Just do composer require chillerlan/php-qrcode

Expected behavior Just download last release 4.3.4 like is on github main

Screenshots Content of output folder

Without composer require just clone

Capture d’écran du 2023-03-07 15-55-54

And now with composer require chillerlan/php-qrcode or composer require chillerlan/php-qrcode:4.3.4

Capture d’écran du 2023-03-07 15-56-04

Environment (please complete the following information):

Additional context

InitialCrow commented 1 year ago

Whoopsi I suppose last commit not are release yet ohewer its on main

codemasher commented 1 year ago

Just fyi: this is the 4.3.x branch where the release is tagged.

InitialCrow commented 1 year ago

Yep ty sorry for that