Updated modules core version requirements to '10.3' minimum and removed BC...
https://www.drupal.org/project/admin_toolbar/issues/3565209
Initial round of compatibility changes to drop support for Drupal 10.2 and below:
- Updated modules core version requirements to
10.3minimum and removed BC code for earlier versions. - Initial implementation of fully validatable configuration schema.
- Added the '#config_target' key to settings form elements.
- Moved constants class 'AdminToolbarToolsConstants' under the 'tests' folder.
- Autowiring for modules services and controllers.
- Replaced constants classes with enums where possible.
- Added Kernel tests and updated existing tests accordingly.