Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
[
2
    {
3
        "name": "google/apiclient-services",
4
        "version": "v0.11",
5
        "version_normalized": "0.11.0.0",
6
        "source": {
7
            "type": "git",
8
            "url": "https://github.com/google/google-api-php-client-services.git",
9
            "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52"
10
        },
11
        "dist": {
12
            "type": "zip",
13
            "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
14
            "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
15
            "shasum": ""
16
        },
17
        "require": {
18
            "php": ">=5.4"
19
        },
20
        "require-dev": {
21
            "phpunit/phpunit": "~4.8"
22
        },
23
        "time": "2017-03-13 17:40:44",
24
        "type": "library",
25
        "installation-source": "dist",
26
        "autoload": {
27
            "psr-0": {
28
                "Google_Service_": "src"
29
            }
30
        },
31
        "notification-url": "https://packagist.org/downloads/",
32
        "license": [
33
            "Apache-2.0"
34
        ],
35
        "description": "Client library for Google APIs",
36
        "homepage": "http://developers.google.com/api-client-library/php",
37
        "keywords": [
38
            "google"
39
        ]
40
    },
41
    {
42
        "name": "psr/cache",
43
        "version": "1.0.1",
44
        "version_normalized": "1.0.1.0",
45
        "source": {
46
            "type": "git",
47
            "url": "https://github.com/php-fig/cache.git",
48
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
49
        },
50
        "dist": {
51
            "type": "zip",
52
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
53
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
54
            "shasum": ""
55
        },
56
        "require": {
57
            "php": ">=5.3.0"
58
        },
59
        "time": "2016-08-06 20:24:11",
60
        "type": "library",
61
        "extra": {
62
            "branch-alias": {
63
                "dev-master": "1.0.x-dev"
64
            }
65
        },
66
        "installation-source": "dist",
67
        "autoload": {
68
            "psr-4": {
69
                "Psr\\Cache\\": "src/"
70
            }
71
        },
72
        "notification-url": "https://packagist.org/downloads/",
73
        "license": [
74
            "MIT"
75
        ],
76
        "authors": [
77
            {
78
                "name": "PHP-FIG",
79
                "homepage": "http://www.php-fig.org/"
80
            }
81
        ],
82
        "description": "Common interface for caching libraries",
83
        "keywords": [
84
            "cache",
85
            "psr",
86
            "psr-6"
87
        ]
88
    },
89
    {
90
        "name": "psr/http-message",
91
        "version": "1.0.1",
92
        "version_normalized": "1.0.1.0",
93
        "source": {
94
            "type": "git",
95
            "url": "https://github.com/php-fig/http-message.git",
96
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
97
        },
98
        "dist": {
99
            "type": "zip",
100
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
101
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
102
            "shasum": ""
103
        },
104
        "require": {
105
            "php": ">=5.3.0"
106
        },
107
        "time": "2016-08-06 14:39:51",
108
        "type": "library",
109
        "extra": {
110
            "branch-alias": {
111
                "dev-master": "1.0.x-dev"
112
            }
113
        },
114
        "installation-source": "dist",
115
        "autoload": {
116
            "psr-4": {
117
                "Psr\\Http\\Message\\": "src/"
118
            }
119
        },
120
        "notification-url": "https://packagist.org/downloads/",
121
        "license": [
122
            "MIT"
123
        ],
124
        "authors": [
125
            {
126
                "name": "PHP-FIG",
127
                "homepage": "http://www.php-fig.org/"
128
            }
129
        ],
130
        "description": "Common interface for HTTP messages",
131
        "homepage": "https://github.com/php-fig/http-message",
132
        "keywords": [
133
            "http",
134
            "http-message",
135
            "psr",
136
            "psr-7",
137
            "request",
138
            "response"
139
        ]
140
    },
141
    {
142
        "name": "guzzlehttp/psr7",
143
        "version": "1.4.2",
144
        "version_normalized": "1.4.2.0",
145
        "source": {
146
            "type": "git",
147
            "url": "https://github.com/guzzle/psr7.git",
148
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
149
        },
150
        "dist": {
151
            "type": "zip",
152
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
153
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
154
            "shasum": ""
155
        },
156
        "require": {
157
            "php": ">=5.4.0",
158
            "psr/http-message": "~1.0"
159
        },
160
        "provide": {
161
            "psr/http-message-implementation": "1.0"
162
        },
163
        "require-dev": {
164
            "phpunit/phpunit": "~4.0"
165
        },
166
        "time": "2017-03-20 17:10:46",
167
        "type": "library",
168
        "extra": {
169
            "branch-alias": {
170
                "dev-master": "1.4-dev"
171
            }
172
        },
173
        "installation-source": "dist",
174
        "autoload": {
175
            "psr-4": {
176
                "GuzzleHttp\\Psr7\\": "src/"
177
            },
178
            "files": [
179
                "src/functions_include.php"
180
            ]
181
        },
182
        "notification-url": "https://packagist.org/downloads/",
183
        "license": [
184
            "MIT"
185
        ],
186
        "authors": [
187
            {
188
                "name": "Michael Dowling",
189
                "email": "mtdowling@gmail.com",
190
                "homepage": "https://github.com/mtdowling"
191
            },
192
            {
193
                "name": "Tobias Schultze",
194
                "homepage": "https://github.com/Tobion"
195
            }
196
        ],
197
        "description": "PSR-7 message implementation that also provides common utility methods",
198
        "keywords": [
199
            "http",
200
            "message",
201
            "request",
202
            "response",
203
            "stream",
204
            "uri",
205
            "url"
206
        ]
207
    },
208
    {
209
        "name": "guzzlehttp/promises",
210
        "version": "v1.3.1",
211
        "version_normalized": "1.3.1.0",
212
        "source": {
213
            "type": "git",
214
            "url": "https://github.com/guzzle/promises.git",
215
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
216
        },
217
        "dist": {
218
            "type": "zip",
219
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
220
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
221
            "shasum": ""
222
        },
223
        "require": {
224
            "php": ">=5.5.0"
225
        },
226
        "require-dev": {
227
            "phpunit/phpunit": "^4.0"
228
        },
229
        "time": "2016-12-20 10:07:11",
230
        "type": "library",
231
        "extra": {
232
            "branch-alias": {
233
                "dev-master": "1.4-dev"
234
            }
235
        },
236
        "installation-source": "dist",
237
        "autoload": {
238
            "psr-4": {
239
                "GuzzleHttp\\Promise\\": "src/"
240
            },
241
            "files": [
242
                "src/functions_include.php"
243
            ]
244
        },
245
        "notification-url": "https://packagist.org/downloads/",
246
        "license": [
247
            "MIT"
248
        ],
249
        "authors": [
250
            {
251
                "name": "Michael Dowling",
252
                "email": "mtdowling@gmail.com",
253
                "homepage": "https://github.com/mtdowling"
254
            }
255
        ],
256
        "description": "Guzzle promises library",
257
        "keywords": [
258
            "promise"
259
        ]
260
    },
261
    {
262
        "name": "guzzlehttp/guzzle",
263
        "version": "6.2.3",
264
        "version_normalized": "6.2.3.0",
265
        "source": {
266
            "type": "git",
267
            "url": "https://github.com/guzzle/guzzle.git",
268
            "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
269
        },
270
        "dist": {
271
            "type": "zip",
272
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
273
            "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
274
            "shasum": ""
275
        },
276
        "require": {
277
            "guzzlehttp/promises": "^1.0",
278
            "guzzlehttp/psr7": "^1.4",
279
            "php": ">=5.5"
280
        },
281
        "require-dev": {
282
            "ext-curl": "*",
283
            "phpunit/phpunit": "^4.0",
284
            "psr/log": "^1.0"
285
        },
286
        "time": "2017-02-28 22:50:30",
287
        "type": "library",
288
        "extra": {
289
            "branch-alias": {
290
                "dev-master": "6.2-dev"
291
            }
292
        },
293
        "installation-source": "dist",
294
        "autoload": {
295
            "files": [
296
                "src/functions_include.php"
297
            ],
298
            "psr-4": {
299
                "GuzzleHttp\\": "src/"
300
            }
301
        },
302
        "notification-url": "https://packagist.org/downloads/",
303
        "license": [
304
            "MIT"
305
        ],
306
        "authors": [
307
            {
308
                "name": "Michael Dowling",
309
                "email": "mtdowling@gmail.com",
310
                "homepage": "https://github.com/mtdowling"
311
            }
312
        ],
313
        "description": "Guzzle is a PHP HTTP client library",
314
        "homepage": "http://guzzlephp.org/",
315
        "keywords": [
316
            "client",
317
            "curl",
318
            "framework",
319
            "http",
320
            "http client",
321
            "rest",
322
            "web service"
323
        ]
324
    },
325
    {
326
        "name": "firebase/php-jwt",
327
        "version": "v4.0.0",
328
        "version_normalized": "4.0.0.0",
329
        "source": {
330
            "type": "git",
331
            "url": "https://github.com/firebase/php-jwt.git",
332
            "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
333
        },
334
        "dist": {
335
            "type": "zip",
336
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
337
            "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
338
            "shasum": ""
339
        },
340
        "require": {
341
            "php": ">=5.3.0"
342
        },
343
        "time": "2016-07-18 04:51:16",
344
        "type": "library",
345
        "installation-source": "dist",
346
        "autoload": {
347
            "psr-4": {
348
                "Firebase\\JWT\\": "src"
349
            }
350
        },
351
        "notification-url": "https://packagist.org/downloads/",
352
        "license": [
353
            "BSD-3-Clause"
354
        ],
355
        "authors": [
356
            {
357
                "name": "Neuman Vong",
358
                "email": "neuman+pear@twilio.com",
359
                "role": "Developer"
360
            },
361
            {
362
                "name": "Anant Narayanan",
363
                "email": "anant@php.net",
364
                "role": "Developer"
365
            }
366
        ],
367
        "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
368
        "homepage": "https://github.com/firebase/php-jwt"
369
    },
370
    {
371
        "name": "google/auth",
372
        "version": "v0.11.1",
373
        "version_normalized": "0.11.1.0",
374
        "source": {
375
            "type": "git",
376
            "url": "https://github.com/google/google-auth-library-php.git",
377
            "reference": "a240674b08a09949fd5597f7590b3ed83663a12d"
378
        },
379
        "dist": {
380
            "type": "zip",
381
            "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/a240674b08a09949fd5597f7590b3ed83663a12d",
382
            "reference": "a240674b08a09949fd5597f7590b3ed83663a12d",
383
            "shasum": ""
384
        },
385
        "require": {
386
            "firebase/php-jwt": "~2.0|~3.0|~4.0",
387
            "guzzlehttp/guzzle": "~5.3|~6.0",
388
            "guzzlehttp/psr7": "~1.2",
389
            "php": ">=5.4",
390
            "psr/cache": "^1.0",
391
            "psr/http-message": "^1.0"
392
        },
393
        "require-dev": {
394
            "friendsofphp/php-cs-fixer": "^1.11",
395
            "phpunit/phpunit": "3.7.*"
396
        },
397
        "time": "2016-11-02 14:59:14",
398
        "type": "library",
399
        "installation-source": "dist",
400
        "autoload": {
401
            "classmap": [
402
                "src/"
403
            ],
404
            "psr-4": {
405
                "Google\\Auth\\": "src"
406
            }
407
        },
408
        "notification-url": "https://packagist.org/downloads/",
409
        "license": [
410
            "Apache-2.0"
411
        ],
412
        "description": "Google Auth Library for PHP",
413
        "homepage": "http://github.com/google/google-auth-library-php",
414
        "keywords": [
415
            "Authentication",
416
            "google",
417
            "oauth2"
418
        ]
419
    },
420
    {
421
        "name": "psr/log",
422
        "version": "1.0.2",
423
        "version_normalized": "1.0.2.0",
424
        "source": {
425
            "type": "git",
426
            "url": "https://github.com/php-fig/log.git",
427
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
428
        },
429
        "dist": {
430
            "type": "zip",
431
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
432
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
433
            "shasum": ""
434
        },
435
        "require": {
436
            "php": ">=5.3.0"
437
        },
438
        "time": "2016-10-10 12:19:37",
439
        "type": "library",
440
        "extra": {
441
            "branch-alias": {
442
                "dev-master": "1.0.x-dev"
443
            }
444
        },
445
        "installation-source": "dist",
446
        "autoload": {
447
            "psr-4": {
448
                "Psr\\Log\\": "Psr/Log/"
449
            }
450
        },
451
        "notification-url": "https://packagist.org/downloads/",
452
        "license": [
453
            "MIT"
454
        ],
455
        "authors": [
456
            {
457
                "name": "PHP-FIG",
458
                "homepage": "http://www.php-fig.org/"
459
            }
460
        ],
461
        "description": "Common interface for logging libraries",
462
        "homepage": "https://github.com/php-fig/log",
463
        "keywords": [
464
            "log",
465
            "psr",
466
            "psr-3"
467
        ]
468
    },
469
    {
470
        "name": "monolog/monolog",
471
        "version": "1.22.1",
472
        "version_normalized": "1.22.1.0",
473
        "source": {
474
            "type": "git",
475
            "url": "https://github.com/Seldaek/monolog.git",
476
            "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
477
        },
478
        "dist": {
479
            "type": "zip",
480
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
481
            "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
482
            "shasum": ""
483
        },
484
        "require": {
485
            "php": ">=5.3.0",
486
            "psr/log": "~1.0"
487
        },
488
        "provide": {
489
            "psr/log-implementation": "1.0.0"
490
        },
491
        "require-dev": {
492
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
493
            "doctrine/couchdb": "~1.0@dev",
494
            "graylog2/gelf-php": "~1.0",
495
            "jakub-onderka/php-parallel-lint": "0.9",
496
            "php-amqplib/php-amqplib": "~2.4",
497
            "php-console/php-console": "^3.1.3",
498
            "phpunit/phpunit": "~4.5",
499
            "phpunit/phpunit-mock-objects": "2.3.0",
500
            "ruflin/elastica": ">=0.90 <3.0",
501
            "sentry/sentry": "^0.13",
502
            "swiftmailer/swiftmailer": "~5.3"
503
        },
504
        "suggest": {
505
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
506
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
507
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
508
            "ext-mongo": "Allow sending log messages to a MongoDB server",
509
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
510
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
511
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
512
            "php-console/php-console": "Allow sending log messages to Google Chrome",
513
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
514
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
515
            "sentry/sentry": "Allow sending log messages to a Sentry server"
516
        },
517
        "time": "2017-03-13 07:08:03",
518
        "type": "library",
519
        "extra": {
520
            "branch-alias": {
521
                "dev-master": "2.0.x-dev"
522
            }
523
        },
524
        "installation-source": "dist",
525
        "autoload": {
526
            "psr-4": {
527
                "Monolog\\": "src/Monolog"
528
            }
529
        },
530
        "notification-url": "https://packagist.org/downloads/",
531
        "license": [
532
            "MIT"
533
        ],
534
        "authors": [
535
            {
536
                "name": "Jordi Boggiano",
537
                "email": "j.boggiano@seld.be",
538
                "homepage": "http://seld.be"
539
            }
540
        ],
541
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
542
        "homepage": "http://github.com/Seldaek/monolog",
543
        "keywords": [
544
            "log",
545
            "logging",
546
            "psr-3"
547
        ]
548
    },
549
    {
550
        "name": "phpseclib/phpseclib",
551
        "version": "2.0.4",
552
        "version_normalized": "2.0.4.0",
553
        "source": {
554
            "type": "git",
555
            "url": "https://github.com/phpseclib/phpseclib.git",
556
            "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
557
        },
558
        "dist": {
559
            "type": "zip",
560
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
561
            "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
562
            "shasum": ""
563
        },
564
        "require": {
565
            "php": ">=5.3.3"
566
        },
567
        "require-dev": {
568
            "phing/phing": "~2.7",
569
            "phpunit/phpunit": "~4.0",
570
            "sami/sami": "~2.0",
571
            "squizlabs/php_codesniffer": "~2.0"
572
        },
573
        "suggest": {
574
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
575
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
576
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
577
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
578
        },
579
        "time": "2016-10-04 00:57:04",
580
        "type": "library",
581
        "installation-source": "dist",
582
        "autoload": {
583
            "files": [
584
                "phpseclib/bootstrap.php"
585
            ],
586
            "psr-4": {
587
                "phpseclib\\": "phpseclib/"
588
            }
589
        },
590
        "notification-url": "https://packagist.org/downloads/",
591
        "license": [
592
            "MIT"
593
        ],
594
        "authors": [
595
            {
596
                "name": "Jim Wigginton",
597
                "email": "terrafrost@php.net",
598
                "role": "Lead Developer"
599
            },
600
            {
601
                "name": "Patrick Monnerat",
602
                "email": "pm@datasphere.ch",
603
                "role": "Developer"
604
            },
605
            {
606
                "name": "Andreas Fischer",
607
                "email": "bantu@phpbb.com",
608
                "role": "Developer"
609
            },
610
            {
611
                "name": "Hans-Jürgen Petrich",
612
                "email": "petrich@tronic-media.com",
613
                "role": "Developer"
614
            },
615
            {
616
                "name": "Graham Campbell",
617
                "email": "graham@alt-three.com",
618
                "role": "Developer"
619
            }
620
        ],
621
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
622
        "homepage": "http://phpseclib.sourceforge.net",
623
        "keywords": [
624
            "BigInteger",
625
            "aes",
626
            "asn.1",
627
            "asn1",
628
            "blowfish",
629
            "crypto",
630
            "cryptography",
631
            "encryption",
632
            "rsa",
633
            "security",
634
            "sftp",
635
            "signature",
636
            "signing",
637
            "ssh",
638
            "twofish",
639
            "x.509",
640
            "x509"
641
        ]
642
    }
643
]