From 9a53614149b7595fd02c59064b75e7bb1707b838 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 06:04:01 +0000 Subject: [PATCH] Bump amphp/cache from 1.2.0 to 1.3.0 Bumps [amphp/cache](https://github.com/amphp/cache) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/amphp/cache/releases) - [Commits](https://github.com/amphp/cache/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 86 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 74 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 0a5a063..c07c99d 100644 --- a/composer.lock +++ b/composer.lock @@ -143,25 +143,31 @@ }, { "name": "amphp/cache", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/amphp/cache.git", - "reference": "ab2339e465d9d383dc748f288d530fd7cd7aadea" + "reference": "14d9fa01a2518eda31b10a421660b41a55249736" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/cache/zipball/ab2339e465d9d383dc748f288d530fd7cd7aadea", - "reference": "ab2339e465d9d383dc748f288d530fd7cd7aadea", + "url": "https://api.github.com/repos/amphp/cache/zipball/14d9fa01a2518eda31b10a421660b41a55249736", + "reference": "14d9fa01a2518eda31b10a421660b41a55249736", "shasum": "" }, "require": { - "amphp/amp": "^2" + "amphp/amp": "^2", + "amphp/sync": "^1.2", + "php": ">=7.1" + }, + "conflict": { + "amphp/file": "<0.2 || >=2" }, "require-dev": { + "amphp/file": "^1.0", + "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1", - "friendsofphp/php-cs-fixer": "^2.3", - "phpunit/phpunit": "^6" + "phpunit/phpunit": "^6 | ^7 | ^8" }, "type": "library", "autoload": { @@ -185,7 +191,7 @@ ], "description": "A promise-aware caching API for Amp.", "homepage": "https://github.com/amphp/cache", - "time": "2017-10-04T19:22:12+00:00" + "time": "2019-11-29T18:47:04+00:00" }, { "name": "amphp/dns", @@ -488,6 +494,62 @@ ], "time": "2018-10-17T16:53:02+00:00" }, + { + "name": "amphp/sync", + "version": "v1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/amphp/sync.git", + "reference": "eafe96a8f25fc01e08666dbddeb2e60d60488f7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/amphp/sync/zipball/eafe96a8f25fc01e08666dbddeb2e60d60488f7f", + "reference": "eafe96a8f25fc01e08666dbddeb2e60d60488f7f", + "shasum": "" + }, + "require": { + "amphp/amp": "^2" + }, + "require-dev": { + "amphp/phpunit-util": "^1", + "friendsofphp/php-cs-fixer": "^2.3", + "phpunit/phpunit": "^6" + }, + "type": "library", + "autoload": { + "psr-4": { + "Amp\\Sync\\": "lib" + }, + "files": [ + "lib/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Aaron Piotrowski", + "email": "aaron@trowski.com" + }, + { + "name": "Stephen Coakley", + "email": "me@stephencoakley.com" + } + ], + "description": "Mutex, Semaphore, and other synchronization tools for Amp.", + "homepage": "https://github.com/amphp/sync", + "keywords": [ + "async", + "asynchronous", + "mutex", + "semaphore", + "synchronization" + ], + "time": "2019-09-20T03:24:36+00:00" + }, { "name": "amphp/uri", "version": "v0.1.3", @@ -677,12 +739,12 @@ "source": { "type": "git", "url": "https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset.git", - "reference": "fc25a1e86dbda2284fc3e759dedd6febda89d9cd" + "reference": "a3a259de10a1dccf09c1143e2bc80aa574afe4b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/HarmonyIO/PHP-CodeSniffer-Ruleset/zipball/fc25a1e86dbda2284fc3e759dedd6febda89d9cd", - "reference": "fc25a1e86dbda2284fc3e759dedd6febda89d9cd", + "url": "https://api.github.com/repos/HarmonyIO/PHP-CodeSniffer-Ruleset/zipball/a3a259de10a1dccf09c1143e2bc80aa574afe4b3", + "reference": "a3a259de10a1dccf09c1143e2bc80aa574afe4b3", "shasum": "" }, "require": { @@ -701,7 +763,7 @@ } ], "description": "HarmonyIO coding standards", - "time": "2019-04-29T06:03:58+00:00" + "time": "2019-06-12T20:34:25+00:00" }, { "name": "harmonyio/phpunit-extension",