Skip to content

Commit efba9e2

Browse files
authored
Merge pull request #116 from OS2Forms/feature/drupal-10-readiness
Drupal 10 compability tweaks
2 parents 42153a9 + 4ee4353 commit efba9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/os2forms_digital_post/src/Drush/Commands/DigitalPostTestCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Drupal\os2forms_digital_post\Drush\Commands;
44

5-
use Drupal\Core\Serialization\Yaml;
5+
use Drupal\Component\Serialization\Yaml;
66
use Drupal\Core\Utility\Token;
77
use Drupal\entity_print\Plugin\EntityPrintPluginManagerInterface;
88
use Drupal\os2forms_digital_post\Helper\DigitalPostHelper;

modules/os2forms_digital_post/src/Helper/CertificateLocatorHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Drupal\os2forms_digital_post\Exception\CertificateLocatorException;
66
use GuzzleHttp\Client;
7-
use Http\Adapter\Guzzle6\Client as GuzzleAdapter;
7+
use Http\Adapter\Guzzle7\Client as GuzzleAdapter;
88
use Http\Factory\Guzzle\RequestFactory;
99
use ItkDev\AzureKeyVault\Authorisation\VaultToken;
1010
use ItkDev\AzureKeyVault\KeyVault\VaultSecret;

0 commit comments

Comments
 (0)