This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
118 lines (114 loc) · 3.61 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
{
"_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": "a1d038a9314386dade3a49728ccf7279",
"packages": [
{
"name": "dbpatch/dbpatch",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/dbpatch/DbPatch.git",
"reference": "ee40d5ae89a86a91bfe77d86ff703fa6b95a6528"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dbpatch/DbPatch/zipball/ee40d5ae89a86a91bfe77d86ff703fa6b95a6528",
"reference": "ee40d5ae89a86a91bfe77d86ff703fa6b95a6528",
"shasum": ""
},
"require": {
"php": ">=5.1.0"
},
"bin": [
"bin/dbpatch.php"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Sandy Pleyte"
},
{
"name": "Martijn de Letter"
}
],
"description": "DbPatch is a commandline utility to manage/track (my)sql/php patch files.",
"homepage": "http://www.dbpatch-project.com/",
"keywords": [
"database",
"db",
"migrations"
],
"time": "2013-09-11 20:35:15"
},
{
"name": "symfony/yaml",
"version": "v2.5.2",
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
"reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
"reference": "f868ecdbcc0276b6158dfbf08b9e98ce07f014e1",
"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": "Fabien Potencier",
"email": "[email protected]",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com",
"time": "2014-07-09 09:05:48"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"prefer-stable": false,
"platform": {
"php": ">=5.3.3"
},
"platform-dev": [
]
}