We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374b37 commit 3e28d4cCopy full SHA for 3e28d4c
composer.json
@@ -65,6 +65,7 @@
65
"drupal/webform_validation": "^2.0",
66
"drupal/webform_views": "^5.0@alpha",
67
"drupal/workflow_participants": "^3.0@RC",
68
+ "fig/http-message-util": "^1.1",
69
"http-interop/http-factory-guzzle": "^1.0.0",
70
"itk-dev/beskedfordeler-drupal": "^1.0",
71
"itk-dev/serviceplatformen": "^1.5",
modules/os2forms_fbs_handler/src/Client/FBS.php
@@ -4,6 +4,7 @@
4
5
use Drupal\os2forms_fbs_handler\Client\Model\Guardian;
6
use Drupal\os2forms_fbs_handler\Client\Model\Patron;
7
+use Fig\Http\Message\RequestMethodInterface;
8
use GuzzleHttp\Client;
9
use Symfony\Component\HttpFoundation\Request;
10
0 commit comments