composer.lock 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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": "279b3c4fe44357abd924fdcc0cfa5664",
  8. "packages": [
  9. {
  10. "name": "phar-io/version",
  11. "version": "3.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/phar-io/version.git",
  15. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  20. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2 || ^8.0"
  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. "support": {
  55. "issues": "https://github.com/phar-io/version/issues",
  56. "source": "https://github.com/phar-io/version/tree/3.2.1"
  57. },
  58. "time": "2022-02-21T01:04:05+00:00"
  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. "php": "^7.2 || ^8.0",
  69. "ext-dom": "*",
  70. "ext-phar": "*",
  71. "ext-libxml": "*",
  72. "ext-xmlwriter": "*"
  73. },
  74. "platform-dev": [],
  75. "plugin-api-version": "2.3.0"
  76. }