Issue #3451212: Drupal 11 compatibility fixes
Closes #3451212
- Declare Drupal 11 compatibility in
minikanban_agent.info.yml - Fix
ContextDefinitionNormalizerinstantiation in all function call plugins: passmodule_handlerservice to constructor, which was added indrupal/ai1.2.x to supporthook_ai_tools_property_alter(); update minimumdrupal/aiconstraint from^1.1.0@devto^1.2 - Replace
PDO::FETCH_FUNCinAsyncJobManagerwithFETCH_ASSOCand manual unpacking -FETCH_FUNCwas removed from Drupal 11's list of allowed PDO fetch modes - Fix
MinikanbanRunnerCommand::handleSignal()to include the$previousExitCodeparameter required by Symfony 7's updatedSignalableCommandInterface - Remove
AutocompleteControllerand its route - not used and PHPStan was complaining about non-existentai_interpolator_agentmodule - Replace
Drupal\Core\Serialization\YamlwithDrupal\Component\Serialization\Yaml- not really necessary, but PHPStan couldn't resolveCorenamespace