forked from mheap/Silex-Gravatar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
45 lines (44 loc) · 1.27 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
{
"hash": "c620d2e7de42dc6236ef0e095d2a674c",
"packages": [
{
"name": "fate/gravatar-php",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/sveneisenschmidt/Gravatar-php.git",
"reference": "0c5df5962b565af47245949e52bc1778ac356439"
},
"time": "2012-03-09 15:17:19",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Gravatar": "src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Sven Eisenschmidt",
"email": "sven.eisenschmidt@gmail.com",
"homepage": "http://unsicherheitsagent.de/"
}
],
"description": "PHP 5.3 Library for Gravatar (gravatar.com)",
"homepage": "https://github.com/fate/Gravatar-php",
"keywords": [
"gravatar"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"fate/gravatar-php": 20
}
}