captcha
captcha copied to clipboard
Middleware web doesnt pull with master !
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
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 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 !