From 0f8621d9234e035b4de205a1bb3343cb530a731c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 25 Mar 2021 16:11:30 +0200 Subject: [PATCH] spatie async update --- composer.json | 6 +----- composer.lock | 26 +++++++++++--------------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 732eb2c01a..3102fae35b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "zordius/lightncandy": "dev-espo#v1.2.5e", "composer/semver": "^3", "tecnickcom/tcpdf": "6.3.5", - "spatie/async": "dev-for-espocrm", + "spatie/async": "0.0.4", "symfony/process": "4.1.7", "symfony/http-foundation": "4.4.7", "cboden/ratchet": "^0.4.1", @@ -52,10 +52,6 @@ } }, "repositories": [ - { - "type": "git", - "url": "https://github.com/yurikuzn/async.git" - }, { "type": "git", "url": "https://github.com/yurikuzn/lightncandy.git" diff --git a/composer.lock b/composer.lock index 101146cfc3..c131bee75f 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": "7d17acc621622ae9ec63aa33f87b8a8e", + "content-hash": "a32e7a77ab0ae1e795186b26455beb14", "packages": [ { "name": "cboden/ratchet", @@ -2938,12 +2938,18 @@ }, { "name": "spatie/async", - "version": "dev-for-espocrm", + "version": "0.0.4", "source": { "type": "git", - "url": "https://github.com/yurikuzn/async.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": "" + }, "require": { "opis/closure": "^3.0", "php": "^7.1", @@ -2963,16 +2969,7 @@ "Spatie\\Async\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Spatie\\Async\\Tests\\": "tests" - } - }, - "scripts": { - "test": [ - "vendor/bin/phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -5508,8 +5505,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "zordius/lightncandy": 20, - "spatie/async": 20 + "zordius/lightncandy": 20 }, "prefer-stable": false, "prefer-lowest": false,