From d695328a5afc8285655a134bd339ff4913d60069 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 19 Oct 2017 22:29:50 +0200 Subject: [PATCH] Update dependencies --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3462b3d..ccb85c6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "php": ">=5.6.0", "ext-openssl": "*", "delight-im/base64": "^1.0", - "delight-im/cookie": "^2.1", + "delight-im/cookie": "^3.1", "delight-im/db": "^1.2" }, "type": "library", diff --git a/composer.lock b/composer.lock index d5a4f12..3cbf1ac 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "8ab7c9ad8ef2bc7d9a6beb27f9bf4df5", + "content-hash": "54d541ae3c5ba25b0cc06688d2b65467", "packages": [ { "name": "delight-im/base64", @@ -49,16 +49,16 @@ }, { "name": "delight-im/cookie", - "version": "v2.1.3", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/delight-im/PHP-Cookie.git", - "reference": "a66c8a02aa4776c4b7d3d04c695411f73e04e1eb" + "reference": "76ef2a21817cf7a034f85fc3f4d4bfc60f873947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/a66c8a02aa4776c4b7d3d04c695411f73e04e1eb", - "reference": "a66c8a02aa4776c4b7d3d04c695411f73e04e1eb", + "url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/76ef2a21817cf7a034f85fc3f4d4bfc60f873947", + "reference": "76ef2a21817cf7a034f85fc3f4d4bfc60f873947", "shasum": "" }, "require": { @@ -86,7 +86,7 @@ "samesite", "xss" ], - "time": "2017-07-26T14:03:38+00:00" + "time": "2017-10-18T19:48:59+00:00" }, { "name": "delight-im/db",