forked from vufind-org/vufind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
772 lines (768 loc) · 29.9 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
{
"_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"
],
"hash": "e66238d1080a176e38ae125b46348914",
"packages": [
{
"name": "aferrandini/phpqrcode",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/aferrandini/PHPQRCode.git",
"reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
"reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"PHPQRCode": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ariel Ferrandini",
"email": "[email protected]",
"homepage": "http://www.ferrandini.com/",
"role": "Developer"
}
],
"description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
"homepage": "https://github.com/aferrandini/PHPQRCode",
"keywords": [
"barcode",
"php",
"qrcode"
],
"time": "2013-07-08 09:39:08"
},
{
"name": "jasig/phpcas",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Jasig/phpCAS.git",
"reference": "27a971e0beee74b7b62c5d669be0823e585dfe82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jasig/phpCAS/zipball/27a971e0beee74b7b62c5d669be0823e585dfe82",
"reference": "27a971e0beee74b7b62c5d669be0823e585dfe82",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7.10"
},
"type": "library",
"autoload": {
"classmap": [
"source/"
]
},
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Joachim Fritschi",
"homepage": "https://wiki.jasig.org/display/~fritschi"
},
{
"name": "Adam Franco",
"homepage": "https://wiki.jasig.org/display/~adamfranco"
}
],
"description": "Provides a simple API for authenticating users against a CAS server",
"homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
"keywords": [
"cas",
"jasig"
],
"support": {
"source": "https://github.com/Jasig/phpCAS/tree/master",
"issues": "https://github.com/Jasig/phpCAS/issues"
},
"time": "2013-12-08 09:32:42"
},
{
"name": "johnwohlers/sip2",
"version": "dev-master",
"dist": {
"type": "file",
"url": "https://php-sip2.googlecode.com/svn/trunk/sip2.class.php",
"reference": null,
"shasum": null
},
"type": "library",
"autoload": {
"classmap": [
"/"
]
}
},
{
"name": "mobileesp/mdetect",
"version": "dev-master",
"dist": {
"type": "file",
"url": "http://mobileesp.googlecode.com/svn/PHP/mdetect.php",
"reference": null,
"shasum": null
},
"type": "library",
"autoload": {
"classmap": [
"/"
]
}
},
{
"name": "pear-pear.php.net/Archive_Tar",
"version": "1.3.11",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Archive_Tar-1.3.11.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.3.0.0"
},
"replace": {
"pear-pear/archive_tar": "== 1.3.11.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "This class provides handling of tar files in PHP.\nIt supports creating, listing, extracting and adding to tar files.\nGzip support is available if PHP has the zlib extension built-in or\nloaded. Bz2 compression is also supported with the bz2 extension loaded."
},
{
"name": "pear-pear.php.net/Console_Getopt",
"version": "1.3.1",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Console_Getopt-1.3.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.3.0.0"
},
"replace": {
"pear-pear/console_getopt": "== 1.3.1.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "This is a PHP implementation of "getopt" supporting both\nshort and long options."
},
{
"name": "pear-pear.php.net/File_MARC",
"version": "1.1.1",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/File_MARC-1.1.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=5.3.0.0"
},
"replace": {
"pear-pear/file_marc": "== 1.1.1.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "The standard for machine-readable cataloging (MARC) records is documented at http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records.\n\nThis package is based on the PHP MARC package, originally called \"php-marc\", that is part of the Emilda Project (http://www.emilda.org). Christoffer Landtman generously agreed to make the \"php-marc\" code available under the GNU LGPL so it could be used as the basis of this PEAR package."
},
{
"name": "pear-pear.php.net/PEAR",
"version": "1.9.4",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/PEAR-1.9.4.tgz",
"reference": null,
"shasum": null
},
"require": {
"ext-pcre": "*",
"ext-xml": "*",
"pear-pear.php.net/archive_tar": ">=1.3.7.0",
"pear-pear.php.net/console_getopt": ">=1.2.0.0",
"pear-pear.php.net/structures_graph": ">=1.0.2.0",
"pear-pear.php.net/xml_util": ">=1.2.0.0",
"php": ">=4.4.0.0,!=5.0.0.0,!=5.1.0.0,!=5.1.1.0,!=5.1.2.0,!=5.1.3.0,!=5.1.4.0,!=5.1.5.0"
},
"conflict": {
"pear-pear.php.net/pear_frontend_gtk": "<0.4.0.0",
"pear-pear.php.net/pear_frontend_web": "<=0.4.0.0"
},
"replace": {
"pear-pear/pear": "== 1.9.4.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "The PEAR package contains:\n * the PEAR installer, for creating, distributing\n and installing packages\n * the PEAR_Exception PHP5 error handling mechanism\n * the PEAR_ErrorStack advanced error handling mechanism\n * the PEAR_Error error handling mechanism\n * the OS_Guess class for retrieving info about the OS\n where PHP is running on\n * the System class for quick handling of common operations\n with files and directories\n * the PEAR base class\n Features in a nutshell:\n * full support for channels\n * pre-download dependency validation\n * new package.xml 2.0 format allows tremendous flexibility while maintaining BC\n * support for optional dependency groups and limited support for sub-packaging\n * robust dependency support\n * full dependency validation on uninstall\n * remote install for hosts with only ftp access - no more problems with\n restricted host installation\n * full support for mirroring\n * support for bundling several packages into a single tarball\n * support for static dependencies on a url-based package\n * support for custom file roles and installation tasks"
},
{
"name": "pear-pear.php.net/Structures_Graph",
"version": "1.0.4",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Structures_Graph-1.0.4.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.2.0.0"
},
"replace": {
"pear-pear/structures_graph": "== 1.0.4.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed\nand undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing\nas well as for characteristic extraction from the graph topology."
},
{
"name": "pear-pear.php.net/Validate",
"version": "0.8.5",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Validate-0.8.5.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.2.0.0"
},
"replace": {
"pear-pear/validate": "== 0.8.5.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "Package to validate various datas. It includes :\n - numbers (min/max, decimal or not)\n - email (syntax, domain check, rfc822)\n - string (predifined type alpha upper and/or lowercase, numeric,...)\n - date (min, max, rfc822 compliant)\n - uri (RFC2396)\n - possibility valid multiple data with a single method call (::multiple)"
},
{
"name": "pear-pear.php.net/Validate_ISPN",
"version": "0.6.1",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Validate_ISPN-0.6.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.php.net/validate": ">=0.5.0.0",
"php": ">=4.1.0.0"
},
"replace": {
"pear-pear/validate_ispn": "== 0.6.1.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "Package containes ISPN (International Standard Product Numbers) validations such as:\n * ISSN\n * ISBN\n * ISMN\n * ISRC (International Standard Recording Code)\n * EAN8\n * EAN13\n * EAN14\n * UCC12\n * SSCC"
},
{
"name": "pear-pear.php.net/XML_Util",
"version": "1.2.1",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/XML_Util-1.2.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"ext-pcre": "*",
"php": ">=4.3.0.0"
},
"replace": {
"pear-pear/xml_util": "== 1.2.1.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more."
},
{
"name": "serialssolutions/summon",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/summon/Summon.php.git",
"reference": "ce26752adfded96aff2f4422991078eedfc740a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/summon/Summon.php/zipball/ce26752adfded96aff2f4422991078eedfc740a5",
"reference": "ce26752adfded96aff2f4422991078eedfc740a5",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"SerialsSolutions": ""
}
},
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Demian Katz",
"email": "[email protected]"
}
],
"description": "Library for interacting with Serials Solutions' Summon API.",
"support": {
"source": "https://github.com/summon/Summon.php/tree/master",
"issues": "https://github.com/summon/Summon.php/issues"
},
"time": "2013-11-13 19:07:09"
},
{
"name": "symfony/yaml",
"version": "v2.4.3",
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
"reference": "77a41c2835ab7cfe8bf6d15e25d3af8f3eb3bacd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/77a41c2835ab7cfe8bf6d15e25d3af8f3eb3bacd",
"reference": "77a41c2835ab7cfe8bf6d15e25d3af8f3eb3bacd",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-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-03-12 18:29:58"
},
{
"name": "zendframework/zendframework",
"version": "2.2.7",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zf2.git",
"reference": "ffca3e3eefd7fbe0f316ed0224edff368949223d"
},
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendframework-ffca3e3eefd7fbe0f316ed0224edff368949223d-zip-486378.zip",
"reference": "2.2.7",
"shasum": "0e386ea1eed09bbb50be7d957f8f3d7cefb7bd3d"
},
"require": {
"php": ">=5.3.3",
"zendframework/zendxml": "~1.0-dev"
},
"replace": {
"zendframework/zend-authentication": "self.version",
"zendframework/zend-barcode": "self.version",
"zendframework/zend-cache": "self.version",
"zendframework/zend-captcha": "self.version",
"zendframework/zend-code": "self.version",
"zendframework/zend-config": "self.version",
"zendframework/zend-console": "self.version",
"zendframework/zend-crypt": "self.version",
"zendframework/zend-db": "self.version",
"zendframework/zend-debug": "self.version",
"zendframework/zend-di": "self.version",
"zendframework/zend-dom": "self.version",
"zendframework/zend-escaper": "self.version",
"zendframework/zend-eventmanager": "self.version",
"zendframework/zend-feed": "self.version",
"zendframework/zend-file": "self.version",
"zendframework/zend-filter": "self.version",
"zendframework/zend-form": "self.version",
"zendframework/zend-http": "self.version",
"zendframework/zend-i18n": "self.version",
"zendframework/zend-inputfilter": "self.version",
"zendframework/zend-json": "self.version",
"zendframework/zend-ldap": "self.version",
"zendframework/zend-loader": "self.version",
"zendframework/zend-log": "self.version",
"zendframework/zend-mail": "self.version",
"zendframework/zend-math": "self.version",
"zendframework/zend-memory": "self.version",
"zendframework/zend-mime": "self.version",
"zendframework/zend-modulemanager": "self.version",
"zendframework/zend-mvc": "self.version",
"zendframework/zend-navigation": "self.version",
"zendframework/zend-paginator": "self.version",
"zendframework/zend-permissions-acl": "self.version",
"zendframework/zend-permissions-rbac": "self.version",
"zendframework/zend-progressbar": "self.version",
"zendframework/zend-resources": "self.version",
"zendframework/zend-serializer": "self.version",
"zendframework/zend-server": "self.version",
"zendframework/zend-servicemanager": "self.version",
"zendframework/zend-session": "self.version",
"zendframework/zend-soap": "self.version",
"zendframework/zend-stdlib": "self.version",
"zendframework/zend-tag": "self.version",
"zendframework/zend-test": "self.version",
"zendframework/zend-text": "self.version",
"zendframework/zend-uri": "self.version",
"zendframework/zend-validator": "self.version",
"zendframework/zend-version": "self.version",
"zendframework/zend-view": "self.version",
"zendframework/zend-xmlrpc": "self.version"
},
"require-dev": {
"doctrine/annotations": ">=1.0",
"fabpot/php-cs-fixer": "*@dev",
"ircmaxell/random-lib": "dev-master",
"ircmaxell/security-lib": "dev-master",
"ocramius/proxy-manager": "0.4.*",
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
"ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
"ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
"ocramius/proxy-manager": "ProxyManager to handle lazy initialization of services",
"zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
"zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
},
"bin": [
"bin/classmap_generator.php",
"bin/pluginmap_generator.php",
"bin/templatemap_generator.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev",
"dev-develop": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Zend\\": "library/"
}
},
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework 2",
"homepage": "http://framework.zend.com/",
"keywords": [
"framework",
"zf2"
],
"support": {
"source": "https://github.com/zendframework/zf2/tree/release-2.2.7",
"issues": "https://github.com/zendframework/zf2/issues"
},
"time": "2014-04-15 14:31:59"
},
{
"name": "zendframework/zendrest",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendRest.git",
"reference": "7427d242b4546e5aef1206d2c97e402109d8843e"
},
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendrest-7427d242b4546e5aef1206d2c97e402109d8843e-zip-da96cc.zip",
"reference": "2.0.2",
"shasum": "cd304d9e2fccccbd98348bfbead7d42b102e565a"
},
"require": {
"php": ">=5.3.3",
"zendframework/zend-http": "~2.0",
"zendframework/zend-uri": "~2.0",
"zendframework/zendxml": "~1.0-dev"
},
"type": "library",
"autoload": {
"psr-0": {
"ZendRest": "library/"
}
},
"license": [
"BSD-3-Clause"
],
"description": " ",
"homepage": "http://packages.zendframework.com/",
"keywords": [
"rest",
"zf2"
],
"support": {
"source": "https://github.com/zendframework/ZendRest/tree/release-2.0.2",
"issues": "https://github.com/zendframework/ZendRest/issues"
},
"time": "2014-03-05 22:32:09"
},
{
"name": "zendframework/zendservice-amazon",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendService_Amazon.git",
"reference": "f3d44e3488908323c34bf040c045ee71e1196796"
},
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendservice-amazon-f3d44e3488908323c34bf040c045ee71e1196796-zip-31bbc0.zip",
"reference": "2.0.3",
"shasum": "b7f77cced220f6738248fc827952ab2c6604a08f"
},
"require": {
"php": ">=5.3.3",
"zendframework/zend-crypt": "~2.0",
"zendframework/zend-http": "~2.0",
"zendframework/zend-json": "~2.0",
"zendframework/zendrest": "~2.0",
"zendframework/zendxml": "~1.0-dev"
},
"require-dev": {
"zendframework/zend-i18n": "~2.0"
},
"suggest": {
"zendframework/zend-uri": "Zend\\Uri component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"ZendService\\Amazon\\": "library/"
}
},
"license": [
"BSD-3-Clause"
],
"description": "OOP wrapper for the Amazon web service",
"homepage": "http://packages.zendframework.com/",
"keywords": [
"amazon",
"ec2",
"s3",
"simpledb",
"sqs",
"zf2"
],
"support": {
"source": "https://github.com/zendframework/ZendService_Amazon/tree/master",
"issues": "https://github.com/zendframework/ZendService_Amazon/issues"
},
"time": "2014-03-05 22:37:42"
},
{
"name": "zendframework/zendservice-recaptcha",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendService_ReCaptcha.git",
"reference": "4324cca8502d9f47b3b43a18acdd3fdbeb965536"
},
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendservice-recaptcha-4324cca8502d9f47b3b43a18acdd3fdbeb965536-zip-8c45bf.zip",
"reference": "2.0.1",
"shasum": "fab92465cda889ff975c1ec79bb378d7e3f39081"
},
"require": {
"php": ">=5.3.3",
"zendframework/zend-http": ">=2.0.0",
"zendframework/zend-uri": ">=2.0.0",
"zendframework/zend-version": ">=2.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"ZendService": "library/"
}
},
"license": [
"BSD-3-Clause"
],
"description": "OOP wrapper for the ReCaptcha web service",
"homepage": "http://packages.zendframework.com/",
"keywords": [
"recaptcha",
"zf2"
],
"support": {
"source": "https://github.com/zendframework/ZendService_ReCaptcha/tree/release-2.0.1",
"issues": "https://github.com/zendframework/ZendService_ReCaptcha/issues"
},
"time": "2012-09-24 15:18:29"
},
{
"name": "zendframework/zendxml",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendXml.git",
"reference": "559b34f426d33a11c3db118e00ce14bb8dc64e5f"
},
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendxml-559b34f426d33a11c3db118e00ce14bb8dc64e5f-zip-6cf7a2.zip",
"reference": "1.0.0",
"shasum": "39abc614b5c26bcbf8102e203c52dee73c4460a8"
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"fabpot/php-cs-fixer": "*@dev",
"phpunit/phpunit": "~3.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"ZendXml": "library/"
}
},
"license": [
"BSD-3-Clause"
],
"description": "Utility library for XML usage, best practices, and security in PHP",
"homepage": "http://packages.zendframework.com/",
"keywords": [
"security",
"xml",
"zf2"
],
"support": {
"source": "https://github.com/zendframework/ZendXml/tree/master",
"issues": "https://github.com/zendframework/ZendXml/issues"
},
"time": "2014-03-05 22:25:44"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"johnwohlers/sip2": 20,
"mobileesp/mdetect": 20,
"serialssolutions/summon": 20,
"jasig/phpcas": 20
},
"platform": [
],
"platform-dev": [
]
}