"#3298701 Local patch to prevent BC issue in 10.3":"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3298701.diff",
"#3159113 Local patch to prevent BC issue in 10.3":"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3159113.diff",
"#3392903 Local patch to work around %formatter in custom_field":"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3392903-follow-up.diff",
"#2909185 Local patch to undo this core change until config_auto_export got adjusted":"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/2909185.diff",
"#2909185 Local patch to undo this core change until config_auto_export got adjusted":"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/2909185-2.diff",
-@trigger_error('The ' . __NAMESPACE__ . '\ContainerAwareEventDispatcher is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use Symfony\Component\EventDispatcher\EventDispatcher instead. See https://www.drupal.org/node/3376090', E_USER_DEPRECATED);
-
use Psr\EventDispatcher\StoppableEventInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
@@ -32,11 +30,6 @@
* runtime is not affected by this change though.
* </dd>
* </dl>
- *
- * @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use