Problem/Motivation
Currently, the field plugins are declared with Annotations. This is deprecated.
Proposed resolution
Use attributes.
Optionally, Consider dropping support for lover versions of Drupal.
Issue fork tzfield-3589249
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
miwayha commentedI've updated the plugins to use attributes instead of annotations. Since annotations are only supported in core ^10.2, I've updated the minimum core requirements to be ^10.2 || ^11