composer.lock 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "hash": "e81aef935c2a6d36cf7690dbdb9d129a",
  8. "content-hash": "3212fc4e8463f3bf5ff7db4655eecbf0",
  9. "packages": [
  10. {
  11. "name": "predis/predis",
  12. "version": "v1.0.3",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/nrk/predis.git",
  16. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
  21. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.2"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "~4.0"
  29. },
  30. "suggest": {
  31. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  32. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  33. },
  34. "type": "library",
  35. "autoload": {
  36. "psr-4": {
  37. "Predis\\": "src/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Daniele Alessandri",
  47. "email": "suppakilla@gmail.com",
  48. "homepage": "http://clorophilla.net"
  49. }
  50. ],
  51. "description": "Flexible and feature-complete PHP client library for Redis",
  52. "homepage": "http://github.com/nrk/predis",
  53. "keywords": [
  54. "nosql",
  55. "predis",
  56. "redis"
  57. ],
  58. "time": "2015-07-30 18:34:15"
  59. }
  60. ],
  61. "packages-dev": [],
  62. "aliases": [],
  63. "minimum-stability": "stable",
  64. "stability-flags": [],
  65. "prefer-stable": false,
  66. "prefer-lowest": false,
  67. "platform": [],
  68. "platform-dev": []
  69. }