composer - Import composer.json, composer.lock
[civicrm-core.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "6778140f210ee24575efdd0b8f32bb11",
8 "packages": [
9 {
10 "name": "psr/log",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/php-fig/log.git",
15 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
20 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
21 "shasum": ""
22 },
23 "type": "library",
24 "autoload": {
25 "psr-0": {
26 "Psr\\Log\\": ""
27 }
28 },
29 "notification-url": "https://packagist.org/downloads/",
30 "license": [
31 "MIT"
32 ],
33 "authors": [
34 {
35 "name": "PHP-FIG",
36 "homepage": "http://www.php-fig.org/"
37 }
38 ],
39 "description": "Common interface for logging libraries",
40 "keywords": [
41 "log",
42 "psr",
43 "psr-3"
44 ],
45 "time": "2012-12-21 11:40:51"
46 },
47 {
48 "name": "symfony/dependency-injection",
49 "version": "v2.3.12",
50 "target-dir": "Symfony/Component/DependencyInjection",
51 "source": {
52 "type": "git",
53 "url": "https://github.com/symfony/DependencyInjection.git",
54 "reference": "41e9e2078e8edf261c11be478300c8fcddb64e30"
55 },
56 "dist": {
57 "type": "zip",
58 "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/41e9e2078e8edf261c11be478300c8fcddb64e30",
59 "reference": "41e9e2078e8edf261c11be478300c8fcddb64e30",
60 "shasum": ""
61 },
62 "require": {
63 "php": ">=5.3.3"
64 },
65 "require-dev": {
66 "symfony/config": "~2.2",
67 "symfony/yaml": "~2.0"
68 },
69 "suggest": {
70 "symfony/config": "",
71 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
72 "symfony/yaml": ""
73 },
74 "type": "library",
75 "extra": {
76 "branch-alias": {
77 "dev-master": "2.3-dev"
78 }
79 },
80 "autoload": {
81 "psr-0": {
82 "Symfony\\Component\\DependencyInjection\\": ""
83 }
84 },
85 "notification-url": "https://packagist.org/downloads/",
86 "license": [
87 "MIT"
88 ],
89 "authors": [
90 {
91 "name": "Fabien Potencier",
92 "email": "fabien@symfony.com",
93 "homepage": "http://fabien.potencier.org",
94 "role": "Lead Developer"
95 },
96 {
97 "name": "Symfony Community",
98 "homepage": "http://symfony.com/contributors"
99 }
100 ],
101 "description": "Symfony DependencyInjection Component",
102 "homepage": "http://symfony.com",
103 "time": "2014-03-27 18:14:33"
104 },
105 {
106 "name": "symfony/event-dispatcher",
107 "version": "v2.3.12",
108 "target-dir": "Symfony/Component/EventDispatcher",
109 "source": {
110 "type": "git",
111 "url": "https://github.com/symfony/EventDispatcher.git",
112 "reference": "15645237c6ff70e74a28e8836362d82492765055"
113 },
114 "dist": {
115 "type": "zip",
116 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/15645237c6ff70e74a28e8836362d82492765055",
117 "reference": "15645237c6ff70e74a28e8836362d82492765055",
118 "shasum": ""
119 },
120 "require": {
121 "php": ">=5.3.3"
122 },
123 "require-dev": {
124 "symfony/dependency-injection": "~2.0"
125 },
126 "suggest": {
127 "symfony/dependency-injection": "",
128 "symfony/http-kernel": ""
129 },
130 "type": "library",
131 "extra": {
132 "branch-alias": {
133 "dev-master": "2.3-dev"
134 }
135 },
136 "autoload": {
137 "psr-0": {
138 "Symfony\\Component\\EventDispatcher\\": ""
139 }
140 },
141 "notification-url": "https://packagist.org/downloads/",
142 "license": [
143 "MIT"
144 ],
145 "authors": [
146 {
147 "name": "Fabien Potencier",
148 "email": "fabien@symfony.com",
149 "homepage": "http://fabien.potencier.org",
150 "role": "Lead Developer"
151 },
152 {
153 "name": "Symfony Community",
154 "homepage": "http://symfony.com/contributors"
155 }
156 ],
157 "description": "Symfony EventDispatcher Component",
158 "homepage": "http://symfony.com",
159 "time": "2014-02-11 10:29:24"
160 },
161 {
162 "name": "symfony/finder",
163 "version": "v2.3.18",
164 "target-dir": "Symfony/Component/Finder",
165 "source": {
166 "type": "git",
167 "url": "https://github.com/symfony/Finder.git",
168 "reference": "4ad9d2ca4ca54f9e454a259b30a0277ced57ce92"
169 },
170 "dist": {
171 "type": "zip",
172 "url": "https://api.github.com/repos/symfony/Finder/zipball/4ad9d2ca4ca54f9e454a259b30a0277ced57ce92",
173 "reference": "4ad9d2ca4ca54f9e454a259b30a0277ced57ce92",
174 "shasum": ""
175 },
176 "require": {
177 "php": ">=5.3.3"
178 },
179 "type": "library",
180 "extra": {
181 "branch-alias": {
182 "dev-master": "2.3-dev"
183 }
184 },
185 "autoload": {
186 "psr-0": {
187 "Symfony\\Component\\Finder\\": ""
188 }
189 },
190 "notification-url": "https://packagist.org/downloads/",
191 "license": [
192 "MIT"
193 ],
194 "authors": [
195 {
196 "name": "Fabien Potencier",
197 "email": "fabien@symfony.com",
198 "homepage": "http://fabien.potencier.org",
199 "role": "Lead Developer"
200 },
201 {
202 "name": "Symfony Community",
203 "homepage": "http://symfony.com/contributors"
204 }
205 ],
206 "description": "Symfony Finder Component",
207 "homepage": "http://symfony.com",
208 "time": "2014-07-10 08:55:37"
209 }
210 ],
211 "packages-dev": [
212
213 ],
214 "aliases": [
215
216 ],
217 "minimum-stability": "stable",
218 "stability-flags": [
219
220 ],
221 "prefer-stable": false,
222 "platform": [
223
224 ],
225 "platform-dev": [
226
227 ]
228 }