Skip to content

Commit 3e28d4c

Browse files
committed
Add and use http-message-util
1 parent 6374b37 commit 3e28d4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"drupal/webform_validation": "^2.0",
6666
"drupal/webform_views": "^5.0@alpha",
6767
"drupal/workflow_participants": "^3.0@RC",
68+
"fig/http-message-util": "^1.1",
6869
"http-interop/http-factory-guzzle": "^1.0.0",
6970
"itk-dev/beskedfordeler-drupal": "^1.0",
7071
"itk-dev/serviceplatformen": "^1.5",

modules/os2forms_fbs_handler/src/Client/FBS.php

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

55
use Drupal\os2forms_fbs_handler\Client\Model\Guardian;
66
use Drupal\os2forms_fbs_handler\Client\Model\Patron;
7+
use Fig\Http\Message\RequestMethodInterface;
78
use GuzzleHttp\Client;
89
use Symfony\Component\HttpFoundation\Request;
910

0 commit comments

Comments
 (0)