From d00d1ab2a28f428223e52b17052c072c64784016 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sat, 29 Aug 2020 23:39:35 +0200 Subject: Create V2 mapper, Service and management commands Signed-off-by: Sean Molenaar --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 25d0db908..0acc198ae 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,8 @@ "ext-json": "*", "ext-simplexml": "*", "ext-libxml": "*", - "andreskrey/readability.php": "^2.1" + "andreskrey/readability.php": "^2.1", + "ext-dom": "*" }, "require-dev": { "phpunit/phpunit": "9.2.6", -- cgit v1.2.3