composer.lock 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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": "503972be0f0c78458677d4c4e4e8a486",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "bamarni/composer-bin-plugin",
  12. "version": "1.8.2",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/bamarni/composer-bin-plugin.git",
  16. "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
  21. "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
  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.2"
  64. },
  65. "time": "2022-10-31T08:38:03+00:00"
  66. }
  67. ],
  68. "aliases": [],
  69. "minimum-stability": "stable",
  70. "stability-flags": [],
  71. "prefer-stable": false,
  72. "prefer-lowest": false,
  73. "platform": {
  74. "php": "^8.0",
  75. "ext-json": "*",
  76. "ext-libxml": "*",
  77. "ext-mbstring": "*",
  78. "ext-openssl": "*",
  79. "ext-pdo": "*",
  80. "ext-simplexml": "*",
  81. "ext-xmlreader": "*",
  82. "ext-zip": "*"
  83. },
  84. "platform-dev": [],
  85. "platform-overrides": {
  86. "php": "8.0"
  87. },
  88. "plugin-api-version": "2.3.0"
  89. }