TYPO3-CMS / styleguide

[READ-ONLY] Subtree split of the TYPO3 Core Extension "styleguide"
GNU General Public License v2.0
103 stars 61 forks source link

[BUGFIX] Avoid deprecated TCA eval option "required" #301

Closed sbuerk closed 2 years ago

sbuerk commented 2 years ago

Pull request contains two commits

[BUGFIX] Avoid deprecated TCA eval option "required"

This change adopts the corresponding TCA definition changes to avoid the TCA auto migration warning and github ci failures.

See: https://forge.typo3.org/issues/97035

Releases: main

and

[TASK] Add options "--no-progress --no-interaction" to phpstan commands

backport of provided with https://github.com/TYPO3/styleguide/pull/300 .