From 2bd46b6535a6e93767156f35ef18e372f3917584 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Tue, 5 May 2020 22:00:26 +0200 Subject: [PATCH] Update test-framework --- composer.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index dd71f139e..604732f58 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": "af16b823d0df4be032ef749b3473ea4e", + "content-hash": "af212b04efe5a5978f646bbc25c03cfc", "packages": [ { "name": "gettext/gettext", @@ -4702,16 +4702,16 @@ }, { "name": "simplesamlphp/simplesamlphp-test-framework", - "version": "v0.1.7", + "version": "v0.1.8", "source": { "type": "git", "url": "https://github.com/simplesamlphp/simplesamlphp-test-framework.git", - "reference": "b74c82e5a2c7f72c02c7c0dfc51436db6d350895" + "reference": "7e12883bad87c502295a5097d51a463078fc3dc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-test-framework/zipball/b74c82e5a2c7f72c02c7c0dfc51436db6d350895", - "reference": "b74c82e5a2c7f72c02c7c0dfc51436db6d350895", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-test-framework/zipball/7e12883bad87c502295a5097d51a463078fc3dc8", + "reference": "7e12883bad87c502295a5097d51a463078fc3dc8", "shasum": "" }, "require": { @@ -4751,7 +4751,7 @@ "keywords": [ "test-framework" ], - "time": "2020-05-05T14:10:41+00:00" + "time": "2020-05-05T14:30:11+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -5197,8 +5197,5 @@ "platform-dev": { "ext-curl": "*" }, - "platform-overrides": { - "php": "7.2.30" - }, "plugin-api-version": "1.1.0" } -- GitLab