Skip to content

Commit b13206f

Browse files
author
Greg Bowler
committed
Require phpgt/http for UriInterface implementation
1 parent c337562 commit b13206f

File tree

2 files changed

+221
-8
lines changed

2 files changed

+221
-8
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "PHP client library to implement Authwave in your application",
44

55
"require": {
6-
"php": ">=7.4"
6+
"php": ">=7.4",
7+
"phpgt/http": "1.*"
78
},
89
"require-dev": {
910
"phpunit/phpunit": "8.*"

composer.lock

Lines changed: 219 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)