composer.lock 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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": "eb074699155bba86b710218a07fe659b",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "bamarni/composer-bin-plugin",
  12. "version": "1.4.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/bamarni/composer-bin-plugin.git",
  16. "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
  21. "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "composer-plugin-api": "^1.0 || ^2.0",
  26. "php": "^5.5.9 || ^7.0 || ^8.0"
  27. },
  28. "require-dev": {
  29. "composer/composer": "^1.0 || ^2.0",
  30. "symfony/console": "^2.5 || ^3.0 || ^4.0"
  31. },
  32. "type": "composer-plugin",
  33. "extra": {
  34. "class": "Bamarni\\Composer\\Bin\\Plugin"
  35. },
  36. "autoload": {
  37. "psr-4": {
  38. "Bamarni\\Composer\\Bin\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "description": "No conflicts for your bin dependencies",
  46. "keywords": [
  47. "composer",
  48. "conflict",
  49. "dependency",
  50. "executable",
  51. "isolation",
  52. "tool"
  53. ],
  54. "support": {
  55. "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
  56. "source": "https://github.com/bamarni/composer-bin-plugin/tree/master"
  57. },
  58. "time": "2020-05-03T08:27:20+00:00"
  59. }
  60. ],
  61. "aliases": [],
  62. "minimum-stability": "stable",
  63. "stability-flags": [],
  64. "prefer-stable": false,
  65. "prefer-lowest": false,
  66. "platform": {
  67. "ext-json": "*",
  68. "ext-libxml": "*",
  69. "ext-mbstring": "*",
  70. "ext-pdo": "*",
  71. "ext-simplexml": "*",
  72. "ext-xmlreader": "*",
  73. "ext-zip": "*"
  74. },
  75. "platform-dev": [],
  76. "platform-overrides": {
  77. "php": "7.3"
  78. },
  79. "plugin-api-version": "2.1.0"
  80. }