forked from f3-factory/f3-cms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
executable file
·152 lines (152 loc) · 5.38 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
{
"_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": "192653a1bb68c860e8d00eede4cd1176",
"packages": [
{
"name": "bcosca/fatfree",
"version": "3.7.3",
"source": {
"type": "git",
"url": "https://github.com/bcosca/fatfree.git",
"reference": "62f40d88994b99a51cfba5556931e80e1bb64a8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bcosca/fatfree/zipball/62f40d88994b99a51cfba5556931e80e1bb64a8c",
"reference": "62f40d88994b99a51cfba5556931e80e1bb64a8c",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"type": "library",
"autoload": {
"files": [
"lib/base.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
"homepage": "http://fatfreeframework.com/",
"time": "2020-12-13T12:52:53+00:00"
},
{
"name": "bcosca/fatfree-core",
"version": "3.7.3",
"source": {
"type": "git",
"url": "https://github.com/bcosca/fatfree-core.git",
"reference": "3e23ae05384b2f830e99c5888b94118819ed948b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bcosca/fatfree-core/zipball/3e23ae05384b2f830e99c5888b94118819ed948b",
"reference": "3e23ae05384b2f830e99c5888b94118819ed948b",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"type": "library",
"autoload": {
"classmap": [
"."
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
"homepage": "http://fatfreeframework.com/",
"time": "2020-12-13T12:49:39+00:00"
},
{
"name": "bvfbarten/f3-model",
"version": "0.2",
"source": {
"type": "git",
"url": "https://github.com/bvfbarten/f3-model.git",
"reference": "9e387491b94b491ec0d67b148e9f36f69703109d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bvfbarten/f3-model/zipball/9e387491b94b491ec0d67b148e9f36f69703109d",
"reference": "9e387491b94b491ec0d67b148e9f36f69703109d",
"shasum": ""
},
"require": {
"bcosca/fatfree": "^3.7"
},
"type": "library",
"autoload": {
"psr-4": {
"F3Model\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Brady Barten",
"email": "[email protected]"
}
],
"description": "Simple model class for f3 framework",
"time": "2021-05-01T07:50:34+00:00"
},
{
"name": "myaghobi/f3-benchmark",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/myaghobi/f3-benchmark.git",
"reference": "bea8ce62967894721e8adff64e3a0d9d7e731467"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myaghobi/f3-benchmark/zipball/bea8ce62967894721e8adff64e3a0d9d7e731467",
"reference": "bea8ce62967894721e8adff64e3a0d9d7e731467",
"shasum": ""
},
"require": {
"bcosca/fatfree-core": "3.*"
},
"type": "library",
"autoload": {
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"description": "A benchmark helper plugin for Fat-Free framework.",
"homepage": "https://github.com/myaghobi/f3-benchmark",
"keywords": [
"F3",
"benchmark",
"execution time",
"fatfree",
"ram usage"
],
"time": "2020-10-10T17:11:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}