contributte / forms-bootstrap

👾 Bootstrap 4 + 5 forms for Nette framework
MIT License
19 stars 19 forks source link

Compile error #87

Closed rendix2 closed 9 months ago

rendix2 commented 9 months ago

Hi,

I updated from "contributte/forms-bootstrap": "^0.5.6" to "contributte/forms-bootstrap": "^0.6.0" . I also updated from "nette/forms": "^3.1" to "nette/forms": "^v3.1.12"

Log from composer:

`# composer update contributte/forms-bootstrap -W Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 4 updates, 0 removals

Now there is compile error.

image

Can be this fixed please?

dakorpar commented 9 months ago

Added compatibility with nette/component-model 3.1 in new released version 0.6.1.

rendix2 commented 9 months ago

Thank you for fix. It works nicely again :)