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": "45a519b0824010401cbbc84e2948f28e",
  8. "packages": [
  9. {
  10. "name": "nikic/php-parser",
  11. "version": "v4.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/nikic/PHP-Parser.git",
  15. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  20. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-tokenizer": "*",
  25. "php": ">=7.0"
  26. },
  27. "require-dev": {
  28. "ircmaxell/php-yacc": "0.0.5",
  29. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  30. },
  31. "bin": [
  32. "bin/php-parse"
  33. ],
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "4.3-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "PhpParser\\": "lib/PhpParser"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "BSD-3-Clause"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Nikita Popov"
  52. }
  53. ],
  54. "description": "A PHP parser written in PHP",
  55. "keywords": [
  56. "parser",
  57. "php"
  58. ],
  59. "time": "2019-11-08T13:50:10+00:00"
  60. }
  61. ],
  62. "packages-dev": [],
  63. "aliases": [],
  64. "minimum-stability": "stable",
  65. "stability-flags": [],
  66. "prefer-stable": false,
  67. "prefer-lowest": false,
  68. "platform": [],
  69. "platform-dev": []
  70. }