composer.lock 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "f2ac4614ce4f7273fd54a64b65fd047a",
  8. "packages": [
  9. {
  10. "name": "phar-io/version",
  11. "version": "3.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/phar-io/version.git",
  15. "reference": "d06a5000ac1a258a7d035295f0bd4ae7c859bc4f"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/phar-io/version/zipball/d06a5000ac1a258a7d035295f0bd4ae7c859bc4f",
  20. "reference": "d06a5000ac1a258a7d035295f0bd4ae7c859bc4f",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "classmap": [
  29. "src/"
  30. ]
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "BSD-3-Clause"
  35. ],
  36. "authors": [
  37. {
  38. "name": "Arne Blankerts",
  39. "email": "arne@blankerts.de",
  40. "role": "Developer"
  41. },
  42. {
  43. "name": "Sebastian Heuer",
  44. "email": "sebastian@phpeople.de",
  45. "role": "Developer"
  46. },
  47. {
  48. "name": "Sebastian Bergmann",
  49. "email": "sebastian@phpunit.de",
  50. "role": "Developer"
  51. }
  52. ],
  53. "description": "Library for handling version information and constraints",
  54. "time": "2020-05-09T21:27:55+00:00"
  55. }
  56. ],
  57. "packages-dev": [],
  58. "aliases": [],
  59. "minimum-stability": "stable",
  60. "stability-flags": [],
  61. "prefer-stable": false,
  62. "prefer-lowest": false,
  63. "platform": {
  64. "php": "^7.2",
  65. "ext-dom": "*",
  66. "ext-phar": "*",
  67. "ext-xmlwriter": "*"
  68. },
  69. "platform-dev": []
  70. }