PHORAX / formhandler

Fork of TYPO3 extension «Formhandler»
GNU General Public License v2.0
36 stars 54 forks source link

Added dev and updated dependencies #86

Closed tlueder closed 2 years ago

tlueder commented 2 years ago

Make sure to depend on the latest bugfix version of Typo3 11.5.x Also adds dev dependencies to avoid IDE errors

This part of https://github.com/PHORAX/formhandler/pull/89

7elix commented 2 years ago

The require-dev requirements for captcha are not necessary since Formhandler is equipped with isLoaded checks. Also the mailer requirement is not necessary since typo3/cms-core required symfony/mailer already.

tlueder commented 2 years ago

And how does the isLoaded check affects your IDE?

code completion/checking

require-dev are called dev for a reason