mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-30 07:56:05 +00:00
async from fork
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
37
composer.lock
generated
37
composer.lock
generated
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user