From 2f66fbfb8d3657147e65ed236187a3a4d899b7c6 Mon Sep 17 00:00:00 2001 From: Thibault Debatty <thibault.debatty@gmail.com> Date: Tue, 17 Nov 2020 14:59:26 +0100 Subject: [PATCH] bump mark-php-client to 1.6.0 --- composer.json | 2 +- composer.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index f1703c0..23d6e81 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^7.2.5", - "cylab/mark-php-client": "^1.5.0", + "cylab/mark-php-client": "^1.6.0", "fideloper/proxy": "^4.2", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^6.3", diff --git a/composer.lock b/composer.lock index 5a504ba..74088ce 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": "d6f723c258bc6e2120c110dc37bab10a", + "content-hash": "2779f35ff834f258fd7609e0fa88a667", "packages": [ { "name": "asm89/stack-cors", @@ -106,11 +106,11 @@ }, { "name": "cylab/mark-php-client", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://gitlab.cylab.be/cylab/mark-php-client.git", - "reference": "4d3209df9d37cea6c6199269999c286793b6d12c" + "reference": "aed2f3818d1c5b85da26eeabbcb787cd5bea9400" }, "require": { "fguillot/json-rpc": "^1.2", @@ -139,7 +139,7 @@ } ], "description": "A PHP client for the MARK framework", - "time": "2020-10-23T07:32:55+00:00" + "time": "2020-11-17T13:55:17+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -7343,5 +7343,6 @@ "platform": { "php": "^7.2.5" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" } -- GitLab