Skip to content

Commit

Permalink
fix: readd guzzlehttp/uri-template
Browse files Browse the repository at this point in the history
  • Loading branch information
nortoh committed Jun 10, 2024
1 parent c135bf3 commit f90402e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"require": {
"php": "~7.0 || ^8.0",
"guzzlehttp/guzzle": "^7.8.0",
"justinrainbow/json-schema": "^5.2"
"justinrainbow/json-schema": "^5.2",
"guzzlehttp/uri-template": "^0.2|^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit f90402e

Please sign in to comment.