forked from sunilpawar/enhancedjobmanager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.lock
More file actions
123 lines (123 loc) · 4.27 KB
/
Copy pathcomposer.lock
File metadata and controls
123 lines (123 loc) · 4.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d2018c24904168e3a3d479cee253f72c",
"packages": [
{
"name": "dragonmantank/cron-expression",
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "65b2d8ee1f10915efb3b55597da3404f096acba2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2",
"reference": "65b2d8ee1f10915efb3b55597da3404f096acba2",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v2.3.1"
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
"time": "2020-10-13T00:52:37+00:00"
},
{
"name": "sivaschenko/utility-cron",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sivaschenko/utility-cron.git",
"reference": "20b5ed2794d22d96ff8fab8a33724429c46d27b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sivaschenko/utility-cron/zipball/20b5ed2794d22d96ff8fab8a33724429c46d27b9",
"reference": "20b5ed2794d22d96ff8fab8a33724429c46d27b9",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.1.0"
},
"type": "project",
"autoload": {
"psr-4": {
"": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sergii Ivashchenko",
"homepage": "http://www.sivaschenko.com/"
}
],
"description": "Cron PHP library",
"support": {
"issues": "https://github.com/sivaschenko/utility-cron/issues",
"source": "https://github.com/sivaschenko/utility-cron/tree/1.0.0"
},
"time": "2016-11-20T17:29:05+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}