sdlins / yii2-at-least-validator

Makes one or more attributes mandatory inside a set of attributes.
Apache License 2.0
28 stars 19 forks source link

Composer update removes bower-asset libraries #19

Closed cluwong closed 6 years ago

cluwong commented 6 years ago

The following were removed from the latest update, after running composer update:

If I remove codeonyii/yii2-at-least-validator from my project's composer.json, these 4 libs are installed.

Could this be affected by the 'replace' section added to composer.json?

sdlins commented 6 years ago

Hi @cluwong. Thank you for your report. I was not sure if it could happen since I thought the "replace" would affect just the own extension, not the app using it. But, it seems it is being the problem. I will revert that change and look for another way to go ahead without the collisions I had had.

sdlins commented 6 years ago

@cluwong the problem you reported should be resolved now (and the orignal problem that makes me takes this wrong decision too! :+1: ) . Please, get the last release 1.2.4.

cluwong commented 6 years ago

It's working! Thanks for the prompt fix.

sdlins commented 6 years ago

You are welcome ! :+1: