From de3e923ff360e35a9b79015e99d37e9c539adfd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:01:10 +0000 Subject: [PATCH] Bump guzzlehttp/guzzle in /prediction_io/movie_recommender Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/4.2.4/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/4.2.3...4.2.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prediction_io/movie_recommender/composer.lock | 42 ++++++++++++------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/prediction_io/movie_recommender/composer.lock b/prediction_io/movie_recommender/composer.lock index 9c112ac..2d844fe 100644 --- a/prediction_io/movie_recommender/composer.lock +++ b/prediction_io/movie_recommender/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "653a8cd4013d35de8c4e9134c0ea45f5", + "content-hash": "f1f0eeab5fcd5e98f304302e9884637a", "packages": [ { "name": "damel/flight-skeleton", @@ -51,20 +51,20 @@ "Skeleton", "flight" ], - "time": "2015-03-27 13:39:03" + "time": "2015-03-27T13:39:03+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "4.2.3", + "version": "4.2.4", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "66fd916e9f9130bc22c51450476823391cb2f67c" + "reference": "13a8e5acff26b0a87d353042170b48976da004a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c", - "reference": "66fd916e9f9130bc22c51450476823391cb2f67c", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/13a8e5acff26b0a87d353042170b48976da004a1", + "reference": "13a8e5acff26b0a87d353042170b48976da004a1", "shasum": "" }, "require": { @@ -87,12 +87,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -116,7 +116,11 @@ "rest", "web service" ], - "time": "2014-10-05 19:29:14" + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/4.x" + }, + "time": "2016-07-15T17:44:18+00:00" }, { "name": "guzzlehttp/streams", @@ -169,7 +173,12 @@ "Guzzle", "stream" ], - "time": "2014-08-17 21:15:53" + "support": { + "issues": "https://github.com/guzzle/streams/issues", + "source": "https://github.com/guzzle/streams/tree/master" + }, + "abandoned": true, + "time": "2014-08-17T21:15:53+00:00" }, { "name": "mikecao/flight", @@ -209,7 +218,7 @@ ], "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.", "homepage": "http://flightphp.com", - "time": "2015-03-24 04:14:58" + "time": "2015-03-24T04:14:58+00:00" }, { "name": "predictionio/predictionio", @@ -260,7 +269,7 @@ "tappingstone", "web service" ], - "time": "2014-11-22 01:29:36" + "time": "2014-11-22T01:29:36+00:00" } ], "packages-dev": [], @@ -272,5 +281,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }