Closed racinmat closed 2 years ago
Hi, nope, package is on purpose locked on specific versions of nette forms to avoid possible conflicts. release 0.5 is now locked to 3.1.6
I see, so if I want to use this package, I need to use nette/forms either 3.1.3 or 3.1.6, nothing in between?
I see, so if I want to use this package, I need to use nette/forms either 3.1.3 or 3.1.6, nothing in between?
Usually, plan is to have version for every nette version, but since it was summer time and me being really buisy that didn't happen. However you can allways use AS ( https://getcomposer.org/doc/articles/aliases.md ) in composer and install whichever version of nette\forms you want. There already were problem in past because on minor change, some function signature changed and everything failed on our end. I don't want to crash production because of such thing.
so with new version you can say 3.1.5 as 3.1.6 for example...
I see, thanks for the reaponse. I understand maintaining it for every patch version is quite time consuming.
Running
composer require contributte/forms-bootstrap
, composer raisesis there a reason why nette/forms is locked to 3.1.3 and ^3.1.3 is not allowed?
Installing
composer require contributte/forms-bootstrap:*
gave mecontributte/forms-bootstrap:0.3.1
as compatible withnette/forms 3.1.5
, which is the last version with ^ costraint. See https://github.com/contributte/forms-bootstrap/compare/v0.3.1...v0.3.2#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34Should I make PR for it?