340 "Turtle", |
340 "Turtle", |
341 "rdfa", |
341 "rdfa", |
342 "sparql" |
342 "sparql" |
343 ], |
343 ], |
344 "time": "2015-10-07 11:58:54" |
344 "time": "2015-10-07 11:58:54" |
|
345 }, |
|
346 { |
|
347 "name": "elasticsearch/elasticsearch", |
|
348 "version": "v1.4.1", |
|
349 "source": { |
|
350 "type": "git", |
|
351 "url": "https://github.com/elastic/elasticsearch-php.git", |
|
352 "reference": "3a5573cf3223d5646a76a5f8ce938048ca340680" |
|
353 }, |
|
354 "dist": { |
|
355 "type": "zip", |
|
356 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/3a5573cf3223d5646a76a5f8ce938048ca340680", |
|
357 "reference": "3a5573cf3223d5646a76a5f8ce938048ca340680", |
|
358 "shasum": "" |
|
359 }, |
|
360 "require": { |
|
361 "ext-curl": "*", |
|
362 "guzzle/guzzle": "~3.0", |
|
363 "monolog/monolog": "~1.11", |
|
364 "php": ">=5.3.9", |
|
365 "pimple/pimple": "~3.0", |
|
366 "psr/log": "~1.0" |
|
367 }, |
|
368 "require-dev": { |
|
369 "athletic/athletic": "~0.1", |
|
370 "cpliakas/git-wrapper": "~1.0", |
|
371 "mikey179/vfsstream": "~1.2", |
|
372 "mockery/mockery": "0.9.4", |
|
373 "phpunit/phpunit": "3.7.*", |
|
374 "satooshi/php-coveralls": "dev-master", |
|
375 "symfony/yaml": "2.4.3 as 2.4.2", |
|
376 "twig/twig": "1.*" |
|
377 }, |
|
378 "type": "library", |
|
379 "autoload": { |
|
380 "psr-4": { |
|
381 "Elasticsearch\\": "src/Elasticsearch/" |
|
382 } |
|
383 }, |
|
384 "notification-url": "https://packagist.org/downloads/", |
|
385 "license": [ |
|
386 "Apache 2" |
|
387 ], |
|
388 "authors": [ |
|
389 { |
|
390 "name": "Zachary Tong" |
|
391 } |
|
392 ], |
|
393 "description": "PHP Client for Elasticsearch", |
|
394 "keywords": [ |
|
395 "client", |
|
396 "elasticsearch", |
|
397 "search" |
|
398 ], |
|
399 "time": "2015-09-17 22:01:44" |
|
400 }, |
|
401 { |
|
402 "name": "guzzle/guzzle", |
|
403 "version": "v3.9.3", |
|
404 "source": { |
|
405 "type": "git", |
|
406 "url": "https://github.com/guzzle/guzzle3.git", |
|
407 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
|
408 }, |
|
409 "dist": { |
|
410 "type": "zip", |
|
411 "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
|
412 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
|
413 "shasum": "" |
|
414 }, |
|
415 "require": { |
|
416 "ext-curl": "*", |
|
417 "php": ">=5.3.3", |
|
418 "symfony/event-dispatcher": "~2.1" |
|
419 }, |
|
420 "replace": { |
|
421 "guzzle/batch": "self.version", |
|
422 "guzzle/cache": "self.version", |
|
423 "guzzle/common": "self.version", |
|
424 "guzzle/http": "self.version", |
|
425 "guzzle/inflection": "self.version", |
|
426 "guzzle/iterator": "self.version", |
|
427 "guzzle/log": "self.version", |
|
428 "guzzle/parser": "self.version", |
|
429 "guzzle/plugin": "self.version", |
|
430 "guzzle/plugin-async": "self.version", |
|
431 "guzzle/plugin-backoff": "self.version", |
|
432 "guzzle/plugin-cache": "self.version", |
|
433 "guzzle/plugin-cookie": "self.version", |
|
434 "guzzle/plugin-curlauth": "self.version", |
|
435 "guzzle/plugin-error-response": "self.version", |
|
436 "guzzle/plugin-history": "self.version", |
|
437 "guzzle/plugin-log": "self.version", |
|
438 "guzzle/plugin-md5": "self.version", |
|
439 "guzzle/plugin-mock": "self.version", |
|
440 "guzzle/plugin-oauth": "self.version", |
|
441 "guzzle/service": "self.version", |
|
442 "guzzle/stream": "self.version" |
|
443 }, |
|
444 "require-dev": { |
|
445 "doctrine/cache": "~1.3", |
|
446 "monolog/monolog": "~1.0", |
|
447 "phpunit/phpunit": "3.7.*", |
|
448 "psr/log": "~1.0", |
|
449 "symfony/class-loader": "~2.1", |
|
450 "zendframework/zend-cache": "2.*,<2.3", |
|
451 "zendframework/zend-log": "2.*,<2.3" |
|
452 }, |
|
453 "suggest": { |
|
454 "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
|
455 }, |
|
456 "type": "library", |
|
457 "extra": { |
|
458 "branch-alias": { |
|
459 "dev-master": "3.9-dev" |
|
460 } |
|
461 }, |
|
462 "autoload": { |
|
463 "psr-0": { |
|
464 "Guzzle": "src/", |
|
465 "Guzzle\\Tests": "tests/" |
|
466 } |
|
467 }, |
|
468 "notification-url": "https://packagist.org/downloads/", |
|
469 "license": [ |
|
470 "MIT" |
|
471 ], |
|
472 "authors": [ |
|
473 { |
|
474 "name": "Michael Dowling", |
|
475 "email": "mtdowling@gmail.com", |
|
476 "homepage": "https://github.com/mtdowling" |
|
477 }, |
|
478 { |
|
479 "name": "Guzzle Community", |
|
480 "homepage": "https://github.com/guzzle/guzzle/contributors" |
|
481 } |
|
482 ], |
|
483 "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
|
484 "homepage": "http://guzzlephp.org/", |
|
485 "keywords": [ |
|
486 "client", |
|
487 "curl", |
|
488 "framework", |
|
489 "http", |
|
490 "http client", |
|
491 "rest", |
|
492 "web service" |
|
493 ], |
|
494 "time": "2015-03-18 18:23:50" |
345 }, |
495 }, |
346 { |
496 { |
347 "name": "guzzlehttp/guzzle", |
497 "name": "guzzlehttp/guzzle", |
348 "version": "6.1.0", |
498 "version": "6.1.0", |
349 "source": { |
499 "source": { |
1228 "php" |
1378 "php" |
1229 ], |
1379 ], |
1230 "time": "2015-09-19 14:15:08" |
1380 "time": "2015-09-19 14:15:08" |
1231 }, |
1381 }, |
1232 { |
1382 { |
|
1383 "name": "pimple/pimple", |
|
1384 "version": "v3.0.2", |
|
1385 "source": { |
|
1386 "type": "git", |
|
1387 "url": "https://github.com/silexphp/Pimple.git", |
|
1388 "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a" |
|
1389 }, |
|
1390 "dist": { |
|
1391 "type": "zip", |
|
1392 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a", |
|
1393 "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a", |
|
1394 "shasum": "" |
|
1395 }, |
|
1396 "require": { |
|
1397 "php": ">=5.3.0" |
|
1398 }, |
|
1399 "type": "library", |
|
1400 "extra": { |
|
1401 "branch-alias": { |
|
1402 "dev-master": "3.0.x-dev" |
|
1403 } |
|
1404 }, |
|
1405 "autoload": { |
|
1406 "psr-0": { |
|
1407 "Pimple": "src/" |
|
1408 } |
|
1409 }, |
|
1410 "notification-url": "https://packagist.org/downloads/", |
|
1411 "license": [ |
|
1412 "MIT" |
|
1413 ], |
|
1414 "authors": [ |
|
1415 { |
|
1416 "name": "Fabien Potencier", |
|
1417 "email": "fabien@symfony.com" |
|
1418 } |
|
1419 ], |
|
1420 "description": "Pimple, a simple Dependency Injection Container", |
|
1421 "homepage": "http://pimple.sensiolabs.org", |
|
1422 "keywords": [ |
|
1423 "container", |
|
1424 "dependency injection" |
|
1425 ], |
|
1426 "time": "2015-09-11 15:10:35" |
|
1427 }, |
|
1428 { |
1233 "name": "psr/http-message", |
1429 "name": "psr/http-message", |
1234 "version": "1.0", |
1430 "version": "1.0", |
1235 "source": { |
1431 "source": { |
1236 "type": "git", |
1432 "type": "git", |
1237 "url": "https://github.com/php-fig/http-message.git", |
1433 "url": "https://github.com/php-fig/http-message.git", |
1385 "console", |
1581 "console", |
1386 "interactive", |
1582 "interactive", |
1387 "shell" |
1583 "shell" |
1388 ], |
1584 ], |
1389 "time": "2015-07-16 15:26:57" |
1585 "time": "2015-07-16 15:26:57" |
|
1586 }, |
|
1587 { |
|
1588 "name": "shift31/laravel-elasticsearch", |
|
1589 "version": "1.3.4", |
|
1590 "source": { |
|
1591 "type": "git", |
|
1592 "url": "https://github.com/shift31/laravel-elasticsearch.git", |
|
1593 "reference": "5341998fc1d87a21ee44e44482d07de297b1b515" |
|
1594 }, |
|
1595 "dist": { |
|
1596 "type": "zip", |
|
1597 "url": "https://api.github.com/repos/shift31/laravel-elasticsearch/zipball/5341998fc1d87a21ee44e44482d07de297b1b515", |
|
1598 "reference": "5341998fc1d87a21ee44e44482d07de297b1b515", |
|
1599 "shasum": "" |
|
1600 }, |
|
1601 "require": { |
|
1602 "elasticsearch/elasticsearch": "~1.3", |
|
1603 "illuminate/support": "~4|~5", |
|
1604 "php": ">=5.3.0" |
|
1605 }, |
|
1606 "type": "library", |
|
1607 "autoload": { |
|
1608 "classmap": [ |
|
1609 "src/migrations" |
|
1610 ], |
|
1611 "psr-0": { |
|
1612 "Shift31\\LaravelElasticsearch": "src/" |
|
1613 } |
|
1614 }, |
|
1615 "notification-url": "https://packagist.org/downloads/", |
|
1616 "authors": [ |
|
1617 { |
|
1618 "name": "Shift 31 Consulting", |
|
1619 "email": "code@shift31.com" |
|
1620 } |
|
1621 ], |
|
1622 "description": "A Laravel Service Provider for the Elasticsearch API client", |
|
1623 "time": "2015-08-10 02:30:03" |
1390 }, |
1624 }, |
1391 { |
1625 { |
1392 "name": "swiftmailer/swiftmailer", |
1626 "name": "swiftmailer/swiftmailer", |
1393 "version": "v5.4.1", |
1627 "version": "v5.4.1", |
1394 "source": { |
1628 "source": { |