-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
137 lines (137 loc) · 4.68 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
{
"_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"
],
"hash": "ed35717f54cb109f518faa3bcec62341",
"content-hash": "c2fa67c501d7ed728a37f7a9ba5133a6",
"packages": [
{
"name": "fabfuel/prophiler",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/fabfuel/prophiler.git",
"reference": "67bbcf8b1449824abc180225ae6774a9c8b5c33d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabfuel/prophiler/zipball/67bbcf8b1449824abc180225ae6774a9c8b5c33d",
"reference": "67bbcf8b1449824abc180225ae6774a9c8b5c33d",
"shasum": ""
},
"require": {
"php": "~5.4",
"psr/log": "~1.0"
},
"require-dev": {
"doctrine/orm": "~2.4",
"elasticsearch/elasticsearch": "~1.3",
"erusev/parsedown": "~1.5",
"fabfuel/mongo": "~0.4",
"phalcon/devtools": "1.3.*@dev",
"phpmd/phpmd": "~1.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.0"
},
"suggest": {
"fabfuel/mongo": "ORM for Mongo, supports lazy loading, object references, subdocument classes and their collections.",
"phalcon/devtools": "This tools provide you useful scripts, helping to develop applications that use with Phalcon."
},
"type": "library",
"autoload": {
"psr-0": {
"Fabfuel\\Prophiler\\": "src/"
},
"classmap": [
"tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabian Fuelling",
"email": "[email protected]"
}
],
"description": "PHP Profiler & Developer Toolbar built for Phalcon",
"time": "2015-08-08 13:18:29"
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2012-12-21 11:40:51"
},
{
"name": "tienrocker/phalcon-mongo-profiler-collection",
"version": "v1.1",
"source": {
"type": "git",
"url": "https://github.com/tienrocker/phalcon-mongo-profiler-collection.git",
"reference": "eb507146e070fc96372efd3d92a6a11225d5b043"
},
"type": "library",
"autoload": {
"psr-4": {
"tienrocker\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "tien tran",
"email": "[email protected]"
}
],
"description": "Custom collection for mongodb profiler",
"time": "2015-09-29 05:22:28"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}