From 16d69a192520c19c85cb61825263220437c4903d Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 11 Dec 2018 11:24:02 +0200 Subject: [PATCH] async from fork --- composer.json | 10 ++++++++-- composer.lock | 37 ++++++++++++++++++++----------------- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 9922fe7090..3ee3f452a7 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "zbateson/mail-mime-parser": "0.4.*", "phpoffice/phpexcel": "^1.8", "phpoffice/phpspreadsheet": "^1.1", - "spatie/async": "0.0.4", + "spatie/async": "dev-for-espocrm", "symfony/process": "4.1.7" }, "autoload": { @@ -39,5 +39,11 @@ "tests": "", "Espo\\Custom": "custom/" } - } + }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/yurikuzn/async.git" + } + ] } diff --git a/composer.lock b/composer.lock index 87d7de00fa..91f4129d2a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b43a170ce5c65fe81c22f7328903b867", - "content-hash": "2a76f446cc8dc8be6ce65e19ec6b1ede", + "hash": "e0c7c9338da2f7fd2ba01e84154984e4", + "content-hash": "4012989bfe64b06071fdaef6540f99ad", "packages": [ { "name": "composer/semver", @@ -1107,17 +1107,11 @@ }, { "name": "spatie/async", - "version": "0.0.4", + "version": "dev-for-espocrm", "source": { "type": "git", - "url": "https://github.com/spatie/async.git", - "reference": "8b76df4ab77dcf7680eee4b83353d038e28f92f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spatie/async/zipball/8b76df4ab77dcf7680eee4b83353d038e28f92f7", - "reference": "8b76df4ab77dcf7680eee4b83353d038e28f92f7", - "shasum": "" + "url": "https://github.com/yurikuzn/async.git", + "reference": "9e0f665e4cf0cb4f4d3d78c78ab567b2b539415f" }, "require": { "opis/closure": "^3.0", @@ -1131,14 +1125,21 @@ }, "type": "library", "autoload": { - "files": [ - "src/helpers.php" - ], + "files": [], "psr-4": { "Spatie\\Async\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Spatie\\Async\\Tests\\": "tests" + } + }, + "scripts": { + "test": [ + "vendor/bin/phpunit" + ] + }, "license": [ "MIT" ], @@ -1156,7 +1157,7 @@ "async", "spatie" ], - "time": "2018-01-29 15:09:29" + "time": "2018-12-11 08:49:14" }, { "name": "symfony/polyfill-mbstring", @@ -2123,7 +2124,9 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "spatie/async": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {