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.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 7b31b1ac9..ada2160ad 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d026de8b34993e486d928ef4c509676d", + "content-hash": "0f4161d1df33ea0b72224da925f2f6b5", "packages": [ { "name": "andreskrey/readability.php", @@ -826,16 +826,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.44", + "version": "0.12.45", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "330b45776ea77f167b150e24787412414a8fa469" + "reference": "90c67259212ed891ee86604a9368ef7d7bead3a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/330b45776ea77f167b150e24787412414a8fa469", - "reference": "330b45776ea77f167b150e24787412414a8fa469", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/90c67259212ed891ee86604a9368ef7d7bead3a4", + "reference": "90c67259212ed891ee86604a9368ef7d7bead3a4", "shasum": "" }, "require": { @@ -878,7 +878,7 @@ "type": "tidelift" } ], - "time": "2020-09-24T15:28:47+00:00" + "time": "2020-09-26T19:19:00+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2422,7 +2422,8 @@ "php": "^7.2", "ext-json": "*", "ext-simplexml": "*", - "ext-libxml": "*" + "ext-libxml": "*", + "ext-dom": "*" }, "platform-dev": [], "plugin-api-version": "1.1.0" -- cgit v1.2.3