summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFiveFilters.org <[email protected]>2021-08-25 02:04:53 +0200
committerFiveFilters.org <[email protected]>2021-08-25 02:04:53 +0200
commitea11ba2444d3c610638dab5de5fa0a6d4e15ad09 (patch)
tree6ac5fae6d8d13e5c8183f1c52a1836d1d732fed9 /composer.json
parent45b39230f969504d12af16e91058643b4220ac9b (diff)
Add league/uri dependency for resolving relative URLs
Perhaps this should be optional for those who don't need to resolve URLs
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 883078e..aba02cf 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,8 @@
"ext-xml": "*",
"ext-mbstring": "*",
"psr/log": "^1.0",
- "masterminds/html5": "^2.0"
+ "masterminds/html5": "^2.0",
+ "league/uri": "^6.4"
},
"require-dev": {
"phpunit/phpunit": "^9",