captcha icon indicating copy to clipboard operation
captcha copied to clipboard

Middleware web doesnt pull with master !

Open drwhite00 opened this issue 9 years ago • 2 comments

Hello there, I tried to add dependency of captcha to my composer.json file and then run composer update.

The issue here that in CaptchaServiceProvider(line 29) it appear that has the middleware web merged as specified on #77 but when i check the file after update it's not there even if i have pulled the last version as this day (2.1.2)

i tried to delete the vender repo and composer lock and i tried again but no chance.

did you see that issue ?

drwhite00 avatar May 20 '16 09:05 drwhite00

@drwhite00

You should specify the tag version to your composer.json before the author releasing new digital tags like '2.1.1' without a prefix of 'v'.

"mews/captcha": "v2.1.1",

ycrao avatar May 21 '16 03:05 ycrao

@ycrao nothing happend and i still pull CaptchaServiceProvider without middlware web. the following are the lines which i tried to pull with:

"mews/captcha": "v2.1.1",
"mews/captcha": "2.1.1",
"mews/captcha": "^2.1.1",
"mews/captcha": "2.1",

Still get the wrong file !

drwhite00 avatar May 23 '16 15:05 drwhite00