composer.lock 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "content-hash": "c0cada3f990025aa7821fad52b59bb55",
  8. "packages": [
  9. {
  10. "name": "electrolinux/phpquery",
  11. "version": "0.9.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/electrolinux/phpquery.git",
  15. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  20. "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
  21. "shasum": ""
  22. },
  23. "type": "library",
  24. "autoload": {
  25. "classmap": [
  26. "phpQuery/"
  27. ]
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "MIT"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Tobiasz Cudnik",
  36. "email": "tobiasz.cudnik@gmail.com",
  37. "homepage": "https://github.com/TobiaszCudnik",
  38. "role": "Developer"
  39. },
  40. {
  41. "name": "didier Belot",
  42. "role": "Packager"
  43. }
  44. ],
  45. "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
  46. "homepage": "http://code.google.com/p/phpquery/",
  47. "time": "2013-03-21T12:39:33+00:00"
  48. }
  49. ],
  50. "packages-dev": [],
  51. "aliases": [],
  52. "minimum-stability": "stable",
  53. "stability-flags": [],
  54. "prefer-stable": false,
  55. "prefer-lowest": false,
  56. "platform": {
  57. "ext-curl": "*"
  58. },
  59. "platform-dev": []
  60. }