Closed hiqsol closed 6 years ago
What is the point of that change? In 99% cases using >=
is incorrect, why change it here?
Yeap. That's because of us being brave enough to use yii2 version 2.1 and even 3.0 in real projects. And now we need the latest yii2-swiftmailer...
It's not a good change but it will not cause problems because there is not going to be any stable yii2 >= 2.0.
That's because of us being brave enough to use yii2 version 2.1 and even 3.0 in real projects.
That brave people should fix this in their composer.json
(use 2.1.x-dev as 2.0.15
as a constraint) instead of messing up with all packages with correct constraints.
Yes, that's temporary.
Like it is done in
yii2-twig