Not Reviewed
Show More
Add another comment
| @@ -0,0 +1,488 | |||
|
|
1 | { | |
|
|
2 | "_readme": [ | |
|
|
3 | "This file locks the dependencies of your project to a known state", | |
|
|
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
|
|
5 | "This file is @generated automatically" | |
|
|
6 | ], | |
|
|
7 | "content-hash": "6b362fc1ca79445eff7965b72a3e900b", | |
|
|
8 | "packages": [ | |
|
|
9 | { | |
|
|
10 | "name": "doctrine/annotations", | |
|
|
11 | "version": "v1.4.0", | |
|
|
12 | "source": { | |
|
|
13 | "type": "git", | |
|
|
14 | "url": "https://github.com/doctrine/annotations.git", | |
|
|
15 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" | |
|
|
16 | }, | |
|
|
17 | "dist": { | |
|
|
18 | "type": "zip", | |
|
|
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", | |
|
|
20 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", | |
|
|
21 | "shasum": "" | |
|
|
22 | }, | |
|
|
23 | "require": { | |
|
|
24 | "doctrine/lexer": "1.*", | |
|
|
25 | "php": "^5.6 || ^7.0" | |
|
|
26 | }, | |
|
|
27 | "require-dev": { | |
|
|
28 | "doctrine/cache": "1.*", | |
|
|
29 | "phpunit/phpunit": "^5.7" | |
|
|
30 | }, | |
|
|
31 | "type": "library", | |
|
|
32 | "extra": { | |
|
|
33 | "branch-alias": { | |
|
|
34 | "dev-master": "1.4.x-dev" | |
|
|
35 | } | |
|
|
36 | }, | |
|
|
37 | "autoload": { | |
|
|
38 | "psr-4": { | |
|
|
39 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" | |
|
|
40 | } | |
|
|
41 | }, | |
|
|
42 | "notification-url": "https://packagist.org/downloads/", | |
|
|
43 | "license": [ | |
|
|
44 | "MIT" | |
|
|
45 | ], | |
|
|
46 | "authors": [ | |
|
|
47 | { | |
|
|
48 | "name": "Roman Borschel", | |
|
|
49 | "email": "roman@code-factory.org" | |
|
|
50 | }, | |
|
|
51 | { | |
|
|
52 | "name": "Benjamin Eberlei", | |
|
|
53 | "email": "kontakt@beberlei.de" | |
|
|
54 | }, | |
|
|
55 | { | |
|
|
56 | "name": "Guilherme Blanco", | |
|
|
57 | "email": "guilhermeblanco@gmail.com" | |
|
|
58 | }, | |
|
|
59 | { | |
|
|
60 | "name": "Jonathan Wage", | |
|
|
61 | "email": "jonwage@gmail.com" | |
|
|
62 | }, | |
|
|
63 | { | |
|
|
64 | "name": "Johannes Schmitt", | |
|
|
65 | "email": "schmittjoh@gmail.com" | |
|
|
66 | } | |
|
|
67 | ], | |
|
|
68 | "description": "Docblock Annotations Parser", | |
|
|
69 | "homepage": "http://www.doctrine-project.org", | |
|
|
70 | "keywords": [ | |
|
|
71 | "annotations", | |
|
|
72 | "docblock", | |
|
|
73 | "parser" | |
|
|
74 | ], | |
|
|
75 | "time": "2017-02-24T16:22:25+00:00" | |
|
|
76 | }, | |
|
|
77 | { | |
|
|
78 | "name": "doctrine/cache", | |
|
|
79 | "version": "v1.6.1", | |
|
|
80 | "source": { | |
|
|
81 | "type": "git", | |
|
|
82 | "url": "https://github.com/doctrine/cache.git", | |
|
|
83 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" | |
|
|
84 | }, | |
|
|
85 | "dist": { | |
|
|
86 | "type": "zip", | |
|
|
87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", | |
|
|
88 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", | |
|
|
89 | "shasum": "" | |
|
|
90 | }, | |
|
|
91 | "require": { | |
|
|
92 | "php": "~5.5|~7.0" | |
|
|
93 | }, | |
|
|
94 | "conflict": { | |
|
|
95 | "doctrine/common": ">2.2,<2.4" | |
|
|
96 | }, | |
|
|
97 | "require-dev": { | |
|
|
98 | "phpunit/phpunit": "~4.8|~5.0", | |
|
|
99 | "predis/predis": "~1.0", | |
|
|
100 | "satooshi/php-coveralls": "~0.6" | |
|
|
101 | }, | |
|
|
102 | "type": "library", | |
|
|
103 | "extra": { | |
|
|
104 | "branch-alias": { | |
|
|
105 | "dev-master": "1.6.x-dev" | |
|
|
106 | } | |
|
|
107 | }, | |
|
|
108 | "autoload": { | |
|
|
109 | "psr-4": { | |
|
|
110 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" | |
|
|
111 | } | |
|
|
112 | }, | |
|
|
113 | "notification-url": "https://packagist.org/downloads/", | |
|
|
114 | "license": [ | |
|
|
115 | "MIT" | |
|
|
116 | ], | |
|
|
117 | "authors": [ | |
|
|
118 | { | |
|
|
119 | "name": "Roman Borschel", | |
|
|
120 | "email": "roman@code-factory.org" | |
|
|
121 | }, | |
|
|
122 | { | |
|
|
123 | "name": "Benjamin Eberlei", | |
|
|
124 | "email": "kontakt@beberlei.de" | |
|
|
125 | }, | |
|
|
126 | { | |
|
|
127 | "name": "Guilherme Blanco", | |
|
|
128 | "email": "guilhermeblanco@gmail.com" | |
|
|
129 | }, | |
|
|
130 | { | |
|
|
131 | "name": "Jonathan Wage", | |
|
|
132 | "email": "jonwage@gmail.com" | |
|
|
133 | }, | |
|
|
134 | { | |
|
|
135 | "name": "Johannes Schmitt", | |
|
|
136 | "email": "schmittjoh@gmail.com" | |
|
|
137 | } | |
|
|
138 | ], | |
|
|
139 | "description": "Caching library offering an object-oriented API for many cache backends", | |
|
|
140 | "homepage": "http://www.doctrine-project.org", | |
|
|
141 | "keywords": [ | |
|
|
142 | "cache", | |
|
|
143 | "caching" | |
|
|
144 | ], | |
|
|
145 | "time": "2016-10-29T11:16:17+00:00" | |
|
|
146 | }, | |
|
|
147 | { | |
|
|
148 | "name": "doctrine/collections", | |
|
|
149 | "version": "v1.4.0", | |
|
|
150 | "source": { | |
|
|
151 | "type": "git", | |
|
|
152 | "url": "https://github.com/doctrine/collections.git", | |
|
|
153 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" | |
|
|
154 | }, | |
|
|
155 | "dist": { | |
|
|
156 | "type": "zip", | |
|
|
157 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", | |
|
|
158 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", | |
|
|
159 | "shasum": "" | |
|
|
160 | }, | |
|
|
161 | "require": { | |
|
|
162 | "php": "^5.6 || ^7.0" | |
|
|
163 | }, | |
|
|
164 | "require-dev": { | |
|
|
165 | "doctrine/coding-standard": "~0.1@dev", | |
|
|
166 | "phpunit/phpunit": "^5.7" | |
|
|
167 | }, | |
|
|
168 | "type": "library", | |
|
|
169 | "extra": { | |
|
|
170 | "branch-alias": { | |
|
|
171 | "dev-master": "1.3.x-dev" | |
|
|
172 | } | |
|
|
173 | }, | |
|
|
174 | "autoload": { | |
|
|
175 | "psr-0": { | |
|
|
176 | "Doctrine\\Common\\Collections\\": "lib/" | |
|
|
177 | } | |
|
|
178 | }, | |
|
|
179 | "notification-url": "https://packagist.org/downloads/", | |
|
|
180 | "license": [ | |
|
|
181 | "MIT" | |
|
|
182 | ], | |
|
|
183 | "authors": [ | |
|
|
184 | { | |
|
|
185 | "name": "Roman Borschel", | |
|
|
186 | "email": "roman@code-factory.org" | |
|
|
187 | }, | |
|
|
188 | { | |
|
|
189 | "name": "Benjamin Eberlei", | |
|
|
190 | "email": "kontakt@beberlei.de" | |
|
|
191 | }, | |
|
|
192 | { | |
|
|
193 | "name": "Guilherme Blanco", | |
|
|
194 | "email": "guilhermeblanco@gmail.com" | |
|
|
195 | }, | |
|
|
196 | { | |
|
|
197 | "name": "Jonathan Wage", | |
|
|
198 | "email": "jonwage@gmail.com" | |
|
|
199 | }, | |
|
|
200 | { | |
|
|
201 | "name": "Johannes Schmitt", | |
|
|
202 | "email": "schmittjoh@gmail.com" | |
|
|
203 | } | |
|
|
204 | ], | |
|
|
205 | "description": "Collections Abstraction library", | |
|
|
206 | "homepage": "http://www.doctrine-project.org", | |
|
|
207 | "keywords": [ | |
|
|
208 | "array", | |
|
|
209 | "collections", | |
|
|
210 | "iterator" | |
|
|
211 | ], | |
|
|
212 | "time": "2017-01-03T10:49:41+00:00" | |
|
|
213 | }, | |
|
|
214 | { | |
|
|
215 | "name": "doctrine/common", | |
|
|
216 | "version": "v2.7.2", | |
|
|
217 | "source": { | |
|
|
218 | "type": "git", | |
|
|
219 | "url": "https://github.com/doctrine/common.git", | |
|
|
220 | "reference": "930297026c8009a567ac051fd545bf6124150347" | |
|
|
221 | }, | |
|
|
222 | "dist": { | |
|
|
223 | "type": "zip", | |
|
|
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", | |
|
|
225 | "reference": "930297026c8009a567ac051fd545bf6124150347", | |
|
|
226 | "shasum": "" | |
|
|
227 | }, | |
|
|
228 | "require": { | |
|
|
229 | "doctrine/annotations": "1.*", | |
|
|
230 | "doctrine/cache": "1.*", | |
|
|
231 | "doctrine/collections": "1.*", | |
|
|
232 | "doctrine/inflector": "1.*", | |
|
|
233 | "doctrine/lexer": "1.*", | |
|
|
234 | "php": "~5.6|~7.0" | |
|
|
235 | }, | |
|
|
236 | "require-dev": { | |
|
|
237 | "phpunit/phpunit": "^5.4.6" | |
|
|
238 | }, | |
|
|
239 | "type": "library", | |
|
|
240 | "extra": { | |
|
|
241 | "branch-alias": { | |
|
|
242 | "dev-master": "2.7.x-dev" | |
|
|
243 | } | |
|
|
244 | }, | |
|
|
245 | "autoload": { | |
|
|
246 | "psr-4": { | |
|
|
247 | "Doctrine\\Common\\": "lib/Doctrine/Common" | |
|
|
248 | } | |
|
|
249 | }, | |
|
|
250 | "notification-url": "https://packagist.org/downloads/", | |
|
|
251 | "license": [ | |
|
|
252 | "MIT" | |
|
|
253 | ], | |
|
|
254 | "authors": [ | |
|
|
255 | { | |
|
|
256 | "name": "Roman Borschel", | |
|
|
257 | "email": "roman@code-factory.org" | |
|
|
258 | }, | |
|
|
259 | { | |
|
|
260 | "name": "Benjamin Eberlei", | |
|
|
261 | "email": "kontakt@beberlei.de" | |
|
|
262 | }, | |
|
|
263 | { | |
|
|
264 | "name": "Guilherme Blanco", | |
|
|
265 | "email": "guilhermeblanco@gmail.com" | |
|
|
266 | }, | |
|
|
267 | { | |
|
|
268 | "name": "Jonathan Wage", | |
|
|
269 | "email": "jonwage@gmail.com" | |
|
|
270 | }, | |
|
|
271 | { | |
|
|
272 | "name": "Johannes Schmitt", | |
|
|
273 | "email": "schmittjoh@gmail.com" | |
|
|
274 | } | |
|
|
275 | ], | |
|
|
276 | "description": "Common Library for Doctrine projects", | |
|
|
277 | "homepage": "http://www.doctrine-project.org", | |
|
|
278 | "keywords": [ | |
|
|
279 | "annotations", | |
|
|
280 | "collections", | |
|
|
281 | "eventmanager", | |
|
|
282 | "persistence", | |
|
|
283 | "spl" | |
|
|
284 | ], | |
|
|
285 | "time": "2017-01-13T14:02:13+00:00" | |
|
|
286 | }, | |
|
|
287 | { | |
|
|
288 | "name": "doctrine/dbal", | |
|
|
289 | "version": "v2.5.12", | |
|
|
290 | "source": { | |
|
|
291 | "type": "git", | |
|
|
292 | "url": "https://github.com/doctrine/dbal.git", | |
|
|
293 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" | |
|
|
294 | }, | |
|
|
295 | "dist": { | |
|
|
296 | "type": "zip", | |
|
|
297 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44", | |
|
|
298 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44", | |
|
|
299 | "shasum": "" | |
|
|
300 | }, | |
|
|
301 | "require": { | |
|
|
302 | "doctrine/common": ">=2.4,<2.8-dev", | |
|
|
303 | "php": ">=5.3.2" | |
|
|
304 | }, | |
|
|
305 | "require-dev": { | |
|
|
306 | "phpunit/phpunit": "4.*", | |
|
|
307 | "symfony/console": "2.*||^3.0" | |
|
|
308 | }, | |
|
|
309 | "suggest": { | |
|
|
310 | "symfony/console": "For helpful console commands such as SQL execution and import of files." | |
|
|
311 | }, | |
|
|
312 | "bin": [ | |
|
|
313 | "bin/doctrine-dbal" | |
|
|
314 | ], | |
|
|
315 | "type": "library", | |
|
|
316 | "extra": { | |
|
|
317 | "branch-alias": { | |
|
|
318 | "dev-master": "2.5.x-dev" | |
|
|
319 | } | |
|
|
320 | }, | |
|
|
321 | "autoload": { | |
|
|
322 | "psr-0": { | |
|
|
323 | "Doctrine\\DBAL\\": "lib/" | |
|
|
324 | } | |
|
|
325 | }, | |
|
|
326 | "notification-url": "https://packagist.org/downloads/", | |
|
|
327 | "license": [ | |
|
|
328 | "MIT" | |
|
|
329 | ], | |
|
|
330 | "authors": [ | |
|
|
331 | { | |
|
|
332 | "name": "Roman Borschel", | |
|
|
333 | "email": "roman@code-factory.org" | |
|
|
334 | }, | |
|
|
335 | { | |
|
|
336 | "name": "Benjamin Eberlei", | |
|
|
337 | "email": "kontakt@beberlei.de" | |
|
|
338 | }, | |
|
|
339 | { | |
|
|
340 | "name": "Guilherme Blanco", | |
|
|
341 | "email": "guilhermeblanco@gmail.com" | |
|
|
342 | }, | |
|
|
343 | { | |
|
|
344 | "name": "Jonathan Wage", | |
|
|
345 | "email": "jonwage@gmail.com" | |
|
|
346 | } | |
|
|
347 | ], | |
|
|
348 | "description": "Database Abstraction Layer", | |
|
|
349 | "homepage": "http://www.doctrine-project.org", | |
|
|
350 | "keywords": [ | |
|
|
351 | "database", | |
|
|
352 | "dbal", | |
|
|
353 | "persistence", | |
|
|
354 | "queryobject" | |
|
|
355 | ], | |
|
|
356 | "time": "2017-02-08T12:53:47+00:00" | |
|
|
357 | }, | |
|
|
358 | { | |
|
|
359 | "name": "doctrine/inflector", | |
|
|
360 | "version": "v1.1.0", | |
|
|
361 | "source": { | |
|
|
362 | "type": "git", | |
|
|
363 | "url": "https://github.com/doctrine/inflector.git", | |
|
|
364 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" | |
|
|
365 | }, | |
|
|
366 | "dist": { | |
|
|
367 | "type": "zip", | |
|
|
368 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", | |
|
|
369 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", | |
|
|
370 | "shasum": "" | |
|
|
371 | }, | |
|
|
372 | "require": { | |
|
|
373 | "php": ">=5.3.2" | |
|
|
374 | }, | |
|
|
375 | "require-dev": { | |
|
|
376 | "phpunit/phpunit": "4.*" | |
|
|
377 | }, | |
|
|
378 | "type": "library", | |
|
|
379 | "extra": { | |
|
|
380 | "branch-alias": { | |
|
|
381 | "dev-master": "1.1.x-dev" | |
|
|
382 | } | |
|
|
383 | }, | |
|
|
384 | "autoload": { | |
|
|
385 | "psr-0": { | |
|
|
386 | "Doctrine\\Common\\Inflector\\": "lib/" | |
|
|
387 | } | |
|
|
388 | }, | |
|
|
389 | "notification-url": "https://packagist.org/downloads/", | |
|
|
390 | "license": [ | |
|
|
391 | "MIT" | |
|
|
392 | ], | |
|
|
393 | "authors": [ | |
|
|
394 | { | |
|
|
395 | "name": "Roman Borschel", | |
|
|
396 | "email": "roman@code-factory.org" | |
|
|
397 | }, | |
|
|
398 | { | |
|
|
399 | "name": "Benjamin Eberlei", | |
|
|
400 | "email": "kontakt@beberlei.de" | |
|
|
401 | }, | |
|
|
402 | { | |
|
|
403 | "name": "Guilherme Blanco", | |
|
|
404 | "email": "guilhermeblanco@gmail.com" | |
|
|
405 | }, | |
|
|
406 | { | |
|
|
407 | "name": "Jonathan Wage", | |
|
|
408 | "email": "jonwage@gmail.com" | |
|
|
409 | }, | |
|
|
410 | { | |
|
|
411 | "name": "Johannes Schmitt", | |
|
|
412 | "email": "schmittjoh@gmail.com" | |
|
|
413 | } | |
|
|
414 | ], | |
|
|
415 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", | |
|
|
416 | "homepage": "http://www.doctrine-project.org", | |
|
|
417 | "keywords": [ | |
|
|
418 | "inflection", | |
|
|
419 | "pluralize", | |
|
|
420 | "singularize", | |
|
|
421 | "string" | |
|
|
422 | ], | |
|
|
423 | "time": "2015-11-06T14:35:42+00:00" | |
|
|
424 | }, | |
|
|
425 | { | |
|
|
426 | "name": "doctrine/lexer", | |
|
|
427 | "version": "v1.0.1", | |
|
|
428 | "source": { | |
|
|
429 | "type": "git", | |
|
|
430 | "url": "https://github.com/doctrine/lexer.git", | |
|
|
431 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" | |
|
|
432 | }, | |
|
|
433 | "dist": { | |
|
|
434 | "type": "zip", | |
|
|
435 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", | |
|
|
436 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", | |
|
|
437 | "shasum": "" | |
|
|
438 | }, | |
|
|
439 | "require": { | |
|
|
440 | "php": ">=5.3.2" | |
|
|
441 | }, | |
|
|
442 | "type": "library", | |
|
|
443 | "extra": { | |
|
|
444 | "branch-alias": { | |
|
|
445 | "dev-master": "1.0.x-dev" | |
|
|
446 | } | |
|
|
447 | }, | |
|
|
448 | "autoload": { | |
|
|
449 | "psr-0": { | |
|
|
450 | "Doctrine\\Common\\Lexer\\": "lib/" | |
|
|
451 | } | |
|
|
452 | }, | |
|
|
453 | "notification-url": "https://packagist.org/downloads/", | |
|
|
454 | "license": [ | |
|
|
455 | "MIT" | |
|
|
456 | ], | |
|
|
457 | "authors": [ | |
|
|
458 | { | |
|
|
459 | "name": "Roman Borschel", | |
|
|
460 | "email": "roman@code-factory.org" | |
|
|
461 | }, | |
|
|
462 | { | |
|
|
463 | "name": "Guilherme Blanco", | |
|
|
464 | "email": "guilhermeblanco@gmail.com" | |
|
|
465 | }, | |
|
|
466 | { | |
|
|
467 | "name": "Johannes Schmitt", | |
|
|
468 | "email": "schmittjoh@gmail.com" | |
|
|
469 | } | |
|
|
470 | ], | |
|
|
471 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", | |
|
|
472 | "homepage": "http://www.doctrine-project.org", | |
|
|
473 | "keywords": [ | |
|
|
474 | "lexer", | |
|
|
475 | "parser" | |
|
|
476 | ], | |
|
|
477 | "time": "2014-09-09T13:34:57+00:00" | |
|
|
478 | } | |
|
|
479 | ], | |
|
|
480 | "packages-dev": [], | |
|
|
481 | "aliases": [], | |
|
|
482 | "minimum-stability": "stable", | |
|
|
483 | "stability-flags": [], | |
|
|
484 | "prefer-stable": false, | |
|
|
485 | "prefer-lowest": false, | |
|
|
486 | "platform": [], | |
|
|
487 | "platform-dev": [] | |
|
|
488 | } | |
Comments 0
You need to be logged in to leave comments.
Login now
