composer.lock 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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": "8333c8a239fe5ccec285dfbccc17cca4",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "bamarni/composer-bin-plugin",
  12. "version": "1.8.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/bamarni/composer-bin-plugin.git",
  16. "reference": "e12e9769c8ee97d036f7f98abf66b96cf3862346"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/e12e9769c8ee97d036f7f98abf66b96cf3862346",
  21. "reference": "e12e9769c8ee97d036f7f98abf66b96cf3862346",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "composer-plugin-api": "^2.0",
  26. "php": "^7.2.5 || ^8.0"
  27. },
  28. "require-dev": {
  29. "composer/composer": "^2.0",
  30. "ext-json": "*",
  31. "phpstan/extension-installer": "^1.1",
  32. "phpstan/phpstan": "^1.8",
  33. "phpstan/phpstan-phpunit": "^1.1",
  34. "phpunit/phpunit": "^8.5 || ^9.5",
  35. "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  36. "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  37. "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
  38. },
  39. "type": "composer-plugin",
  40. "extra": {
  41. "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
  42. },
  43. "autoload": {
  44. "psr-4": {
  45. "Bamarni\\Composer\\Bin\\": "src"
  46. }
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "MIT"
  51. ],
  52. "description": "No conflicts for your bin dependencies",
  53. "keywords": [
  54. "composer",
  55. "conflict",
  56. "dependency",
  57. "executable",
  58. "isolation",
  59. "tool"
  60. ],
  61. "support": {
  62. "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
  63. "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.1"
  64. },
  65. "time": "2022-08-03T19:58:11+00:00"
  66. }
  67. ],
  68. "aliases": [],
  69. "minimum-stability": "stable",
  70. "stability-flags": [],
  71. "prefer-stable": false,
  72. "prefer-lowest": false,
  73. "platform": {
  74. "ext-json": "*",
  75. "ext-libxml": "*",
  76. "ext-mbstring": "*",
  77. "ext-pdo": "*",
  78. "ext-simplexml": "*",
  79. "ext-xmlreader": "*",
  80. "ext-zip": "*"
  81. },
  82. "platform-dev": [],
  83. "platform-overrides": {
  84. "php": "7.4"
  85. },
  86. "plugin-api-version": "2.3.0"
  87. }