-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
112 lines (112 loc) · 3.64 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "2444b934e1352af0b158b72cb0a3a855",
"packages": [
{
"name": "popy/calendar",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/popy-dev/popy-calendar.git",
"reference": "989048be18451c813cfce926229c6aaddd1b0639"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/popy-dev/popy-calendar/zipball/989048be18451c813cfce926229c6aaddd1b0639",
"reference": "989048be18451c813cfce926229c6aaddd1b0639",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Popy\\Calendar\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lewis Cowles",
"email": "[email protected]"
},
{
"name": "Popy",
"email": "[email protected]"
}
],
"description": "Calendar Interfaces, tools, and basic implementation",
"keywords": [
"calendar",
"date",
"datetime"
],
"time": "2018-03-06T21:29:22+00:00"
},
{
"name": "popy/republican-calendar",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/popy-dev/popy-republican-calendar.git",
"reference": "43bfb605afa999eed60b03a3781d15631c9caa17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/popy-dev/popy-republican-calendar/zipball/43bfb605afa999eed60b03a3781d15631c9caa17",
"reference": "43bfb605afa999eed60b03a3781d15631c9caa17",
"shasum": ""
},
"require": {
"popy/calendar": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Popy\\RepublicanCalendar\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pierre Dudoret",
"email": "[email protected]"
}
],
"description": "Republican calendar library",
"keywords": [
"calendar",
"date",
"datetime",
"republican",
"revolutionary"
],
"time": "2018-03-04T20:02:00+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"popy/calendar": 20,
"popy/republican-calendar": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}