-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.lock
115 lines (115 loc) · 3.87 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "573eae017a8f9455796ed5973a99bc9c",
"packages": [
{
"name": "elephant418/model418",
"version": "v1.1.2",
"source": {
"type": "git",
"url": "https://github.com/Elephant418/Model418.git",
"reference": "0b07b66e77b7064deaf6459cb43a2366fdb1946a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Elephant418/Model418/zipball/0b07b66e77b7064deaf6459cb43a2366fdb1946a",
"reference": "0b07b66e77b7064deaf6459cb43a2366fdb1946a",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"symfony/yaml": "~2.5"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"michelf/php-markdown": "1.3.*",
"pixel418/markdownify": "2.1.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Elephant418\\Model418\\": "src",
"Elephant418\\Model418\\Test\\": "test",
"Elephant418\\Model418\\Example\\": "example"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thomas Zilliox",
"email": "[email protected]",
"homepage": "http://tzi.fr"
}
],
"description": "A library for a simple & explicit model couch",
"homepage": "https://github.com/Elephant418/Model418",
"keywords": [
"model"
],
"time": "2014-11-19 10:09:53"
},
{
"name": "symfony/yaml",
"version": "v2.5.6",
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
"reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/2d9f527449cabfa8543dd7fa3a466d6ae83d6726",
"reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Yaml\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "[email protected]"
}
],
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com",
"time": "2014-10-01 05:50:18"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}