forked from Icinga/icingaweb2-module-x509
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
94 lines (94 loc) · 3.15 KB
/
composer.lock
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
{
"_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": "31414ff77ccf8645df0d40833d2f5b68",
"packages": [
{
"name": "dragonmantank/cron-expression",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
"reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "[email protected]",
"homepage": "https://github.com/mtdowling"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2017-01-23T04:29:33+00:00"
},
{
"name": "ipl/pagination",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/lippserd/ipl-pagination",
"reference": "e6dd9588bb1e1b5bc32f736e986c4a33e6f4188c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lippserd/ipl-pagination/zipball/e6dd9588bb1e1b5bc32f736e986c4a33e6f4188c",
"reference": "e6dd9588bb1e1b5bc32f736e986c4a33e6f4188c",
"shasum": ""
},
"require": {
"ipl/html": "dev-master",
"ipl/stdlib": "dev-master",
"php": ">=5.6"
},
"suggest": {
"ipl/sql": "OOP SQL Abstraction"
},
"type": "library",
"autoload": {
"psr-4": {
"lipl\\Pagination\\": "src/"
}
},
"time": "2019-05-20T09:02:41+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"ipl/pagination": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}