-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.lock
162 lines (162 loc) · 5.56 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"_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": "0a72355617db9715bdaff885778808e9",
"packages": [
{
"name": "alkemann/h2l",
"version": "v0.55.0",
"source": {
"type": "git",
"url": "https://github.com/alkemann/h2l.git",
"reference": "fd9c16926c1c044f87314e712ca572b30b616500"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alkemann/h2l/zipball/fd9c16926c1c044f87314e712ca572b30b616500",
"reference": "fd9c16926c1c044f87314e712ca572b30b616500",
"shasum": ""
},
"require": {
"php": "^7.3.0"
},
"require-dev": {
"mongodb/mongodb": "^1.1",
"phpstan/phpstan-shim": "^0.11.19",
"phpunit/phpunit": "^7.5.14"
},
"suggest": {
"alkemann/debug": "Convenient var_dump replaces for debug and development, require-dev only",
"ext-mongo": "For the MongoDb Datasource. ",
"ext-pdo": "For the MySql, Postgres and Sqlite Datasources.",
"mongodb/mongodb": "A Mongo DB data connection is provided that uses this library",
"monolog/monolog": "Advanced logging that can be plugged into the logger"
},
"bin": [
"bin/skeleton",
"bin/testh2l"
],
"type": "library",
"autoload": {
"psr-4": {
"alkemann\\h2l\\": "src/",
"alkemann\\h2l\\tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Morland",
"homepage": "https://github.com/alkemann"
}
],
"description": "A micro framework for websites and apis. This is a sequel of h.l, made for PHP 7",
"homepage": "https://github.com/alkemann/h2l",
"keywords": [
"PHP7",
"framework",
"microframework",
"router",
"routing"
],
"time": "2019-11-26T13:22:56+00:00"
},
{
"name": "erusev/parsedown",
"version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "[email protected]",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"time": "2019-03-17T18:48:37+00:00"
}
],
"packages-dev": [
{
"name": "alkemann/debug",
"version": "v0.4",
"source": {
"type": "git",
"url": "https://github.com/alkemann/debug.git",
"reference": "98cb0638ba39e396d3807acfc85060063e0dd788"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/alkemann/debug/zipball/98cb0638ba39e396d3807acfc85060063e0dd788",
"reference": "98cb0638ba39e396d3807acfc85060063e0dd788",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"alkemann\\debug\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Morland",
"email": "[email protected]"
}
],
"description": "Debug tool for dumping data, prettily",
"time": "2017-08-11T13:51:28+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}