Newer
Older
Demian Katz
committed
{
"_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": "9cd1fe9a339a11f246bbda40fadca844",
Demian Katz
committed
"packages": [
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
"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": "arielferrandini@gmail.com",
"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",
"source": {
"type": "git",
"url": "https://github.com/Jasig/phpCAS.git",
"reference": "b6f5d484735d3b0e80b068a87bd1eabac04b2cbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jasig/phpCAS/zipball/b6f5d484735d3b0e80b068a87bd1eabac04b2cbe",
"reference": "b6f5d484735d3b0e80b068a87bd1eabac04b2cbe",
"shasum": ""
},
"require": {
"php": ">=5.0.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7.10"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"source/"
]
},
"notification-url": "https://packagist.org/downloads/",
"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"
],
"time": "2014-07-24 20:29:29"
Demian Katz
committed
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
{
"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": "ocramius/proxy-manager",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
"reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zendframework/zend-code": ">2.2.5,<3.0"
},
"require-dev": {
"ext-phar": "*",
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
"squizlabs/php_codesniffer": "1.5.*"
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
"zendframework/zend-stdlib": "To use the hydrator proxy",
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.6.x-dev"
}
},
"autoload": {
"psr-0": {
"ProxyManager\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
}
],
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
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
{
"name": "oyejorge/less.php",
"version": "v1.7.0.2",
"source": {
"type": "git",
"url": "https://github.com/oyejorge/less.php.git",
"reference": "82372b389386ae1edab55495eae4b400cca3c86c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oyejorge/less.php/zipball/82372b389386ae1edab55495eae4b400cca3c86c",
"reference": "82372b389386ae1edab55495eae4b400cca3c86c",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"bin": [
"bin/lessc"
],
"type": "library",
"autoload": {
"psr-0": {
"Less": "lib/"
},
"classmap": [
"lessc.inc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Matt Agar",
"homepage": "https://github.com/agar"
},
{
"name": "Martin Jantošovič",
"homepage": "https://github.com/Mordred"
},
{
"name": "Josh Schmidt",
"homepage": "https://github.com/oyejorge"
}
],
"description": "PHP port of the Javascript version of LESS http://lesscss.org",
"homepage": "http://lessphp.gpeasy.com",
"keywords": [
"css",
"less",
"less.js",
"lesscss",
"php",
"stylesheet"
],
"time": "2014-06-05 16:09:50"
},
Demian Katz
committed
{
"name": "pear-pear.php.net/Archive_Tar",
Demian Katz
committed
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Archive_Tar-1.3.13.tgz",
Demian Katz
committed
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.3.0.0"
},
"replace": {
"pear-pear/archive_tar": "== 1.3.13.0"
Demian Katz
committed
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
},
"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",
Demian Katz
committed
"dist": {
"type": "file",
"url": "http://pear.php.net/get/File_MARC-1.1.1.tgz",
Demian Katz
committed
"reference": null,
"shasum": null
},
"require": {
Demian Katz
committed
},
"replace": {
Demian Katz
committed
},
"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."
Demian Katz
committed
},
{
"name": "pear-pear.php.net/PEAR",
Demian Katz
committed
"dist": {
"type": "file",
"url": "http://pear.php.net/get/PEAR-1.9.5.tgz",
Demian Katz
committed
"reference": null,
"shasum": null
},
"require": {
"ext-pcre": "*",
"ext-xml": "*",
"pear-pear.php.net/archive_tar": ">=1.3.11.0",
Demian Katz
committed
"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.5.0"
Demian Katz
committed
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
},
"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",
Demian Katz
committed
"dist": {
"type": "file",
"url": "http://pear.php.net/get/XML_Util-1.2.3.tgz",
Demian Katz
committed
"reference": null,
"shasum": null
},
"require": {
"ext-pcre": "*",
"php": ">=4.3.0.0"
},
"replace": {
Demian Katz
committed
},
"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",
Demian Katz
committed
"source": {
"type": "git",
"reference": "ce26752adfded96aff2f4422991078eedfc740a5"
Demian Katz
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/summon/Summon.php/zipball/ce26752adfded96aff2f4422991078eedfc740a5",
"reference": "ce26752adfded96aff2f4422991078eedfc740a5",
Demian Katz
committed
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"SerialsSolutions": ""
}
},
"notification-url": "https://packagist.org/downloads/",
Demian Katz
committed
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Demian Katz",
"email": "demian.katz@villanova.edu"
}
],
"description": "Library for interacting with Serials Solutions' Summon API.",
Demian Katz
committed
},
{
"name": "symfony/yaml",
Demian Katz
committed
"target-dir": "Symfony/Component/Yaml",
"source": {
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
"reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96"
Demian Katz
committed
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96",
"reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96",
Demian Katz
committed
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
Demian Katz
committed
"autoload": {
"psr-0": {
"Symfony\\Component\\Yaml\\": ""
Demian Katz
committed
}
},
"notification-url": "https://packagist.org/downloads/",
Demian Katz
committed
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
Demian Katz
committed
}
],
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com",
Demian Katz
committed
},
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
{
"name": "vufind-org/vufindhttp",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/vufind-org/vufindhttp.git",
"reference": "2f56535bd3c306747ecf89ecea33c798f16f8c4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vufind-org/vufindhttp/zipball/2f56535bd3c306747ecf89ecea33c798f16f8c4e",
"reference": "2f56535bd3c306747ecf89ecea33c798f16f8c4e",
"shasum": ""
},
"require": {
"zendframework/zend-http": "2.2.*"
},
"require-dev": {
"zendframework/zend-uri": "2.2.*"
},
"type": "library",
"autoload": {
"psr-0": {
"VuFindHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "David Maus",
"email": "maus@hab.de",
"role": "Developer"
},
{
"name": "Demian Katz",
"email": "demian.katz@villanova.edu",
"role": "Maintainer"
}
],
"description": "VuFind 2.x HTTP service library",
"homepage": "http://vufind.org/",
"time": "2014-10-16 14:38:35"
},
Demian Katz
committed
{
"name": "zendframework/zendframework",
Demian Katz
committed
"source": {
"type": "git",
"url": "https://github.com/zendframework/zf2.git",
"reference": "ffca3e3eefd7fbe0f316ed0224edff368949223d"
Demian Katz
committed
},
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendframework-ffca3e3eefd7fbe0f316ed0224edff368949223d-zip-486378.zip",
"reference": "2.2.7",
"shasum": "0e386ea1eed09bbb50be7d957f8f3d7cefb7bd3d"
Demian Katz
committed
},
"require": {
"php": ">=5.3.3",
"zendframework/zendxml": "~1.0-dev"
Demian Katz
committed
},
"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",
Demian Katz
committed
"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",
Demian Katz
committed
"zendframework/zend-progressbar": "self.version",
Demian Katz
committed
"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",
Demian Katz
committed
"zendframework/zend-text": "self.version",
"zendframework/zend-uri": "self.version",
"zendframework/zend-validator": "self.version",
"zendframework/zend-version": "self.version",
Demian Katz
committed
"zendframework/zend-view": "self.version",
"zendframework/zend-xmlrpc": "self.version"
},
"require-dev": {
"ircmaxell/random-lib": "dev-master",
"ircmaxell/security-lib": "dev-master",
Demian Katz
committed
},
"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",
Demian Katz
committed
"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/classmap_generator.php",
"bin/pluginmap_generator.php",
"bin/templatemap_generator.php"
Demian Katz
committed
"type": "library",
"dev-master": "2.2-dev",
"dev-develop": "2.3-dev"
Demian Katz
committed
"autoload": {
"psr-0": {
Demian Katz
committed
}
},
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework 2",
"homepage": "http://framework.zend.com/",
Demian Katz
committed
"keywords": [
"framework",
"zf2"
],
"support": {
"source": "https://github.com/zendframework/zf2/tree/release-2.2.7",
"issues": "https://github.com/zendframework/zf2/issues"
},
Demian Katz
committed
},
{
"name": "zendframework/zendrest",
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendRest.git",
"reference": "7427d242b4546e5aef1206d2c97e402109d8843e"
Demian Katz
committed
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendrest-7427d242b4546e5aef1206d2c97e402109d8843e-zip-da96cc.zip",
"reference": "2.0.2",
"shasum": "cd304d9e2fccccbd98348bfbead7d42b102e565a"
Demian Katz
committed
},
"require": {
"php": ">=5.3.3",
"zendframework/zend-http": "~2.0",
"zendframework/zend-uri": "~2.0",
"zendframework/zendxml": "~1.0-dev"
Demian Katz
committed
},
"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"
},
Demian Katz
committed
},
{
"name": "zendframework/zendservice-amazon",
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendService_Amazon.git",
"reference": "f3d44e3488908323c34bf040c045ee71e1196796"
Demian Katz
committed
"dist": {
"type": "zip",
"url": "https://packages.zendframework.com/composer/zendframework-zendservice-amazon-f3d44e3488908323c34bf040c045ee71e1196796-zip-31bbc0.zip",
"reference": "2.0.3",
"shasum": "b7f77cced220f6738248fc827952ab2c6604a08f"
Demian Katz
committed
},
"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"
Demian Katz
committed
},
"require-dev": {
Demian Katz
committed
},
"suggest": {
"zendframework/zend-uri": "Zend\\Uri component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
Demian Katz
committed
}
},
"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"
},
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
{
"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"
},
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
{
"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"
Demian Katz
committed
}
],
Demian Katz
committed
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"johnwohlers/sip2": 20,
"platform": [
],
"platform-dev": [
]