No Description

composer.lock 2.2KB

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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "f00846dde236d314a19d00d268d737dd",
  8. "packages": [
  9. {
  10. "name": "phar-io/version",
  11. "version": "2.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/phar-io/version.git",
  15. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  20. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.6 || ^7.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. "time": "2018-07-08T19:19:57+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": "^5.6 || ^7.0",
  65. "ext-dom": "*",
  66. "ext-phar": "*"
  67. },
  68. "platform-dev": []
  69. }