You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

installed.json 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "packages": [
  3. {
  4. "name": "bamarni/composer-bin-plugin",
  5. "version": "1.8.2",
  6. "version_normalized": "1.8.2.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/bamarni/composer-bin-plugin.git",
  10. "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
  15. "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "composer-plugin-api": "^2.0",
  20. "php": "^7.2.5 || ^8.0"
  21. },
  22. "require-dev": {
  23. "composer/composer": "^2.0",
  24. "ext-json": "*",
  25. "phpstan/extension-installer": "^1.1",
  26. "phpstan/phpstan": "^1.8",
  27. "phpstan/phpstan-phpunit": "^1.1",
  28. "phpunit/phpunit": "^8.5 || ^9.5",
  29. "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  30. "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  31. "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
  32. },
  33. "time": "2022-10-31T08:38:03+00:00",
  34. "type": "composer-plugin",
  35. "extra": {
  36. "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
  37. },
  38. "installation-source": "dist",
  39. "autoload": {
  40. "psr-4": {
  41. "Bamarni\\Composer\\Bin\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "description": "No conflicts for your bin dependencies",
  49. "keywords": [
  50. "composer",
  51. "conflict",
  52. "dependency",
  53. "executable",
  54. "isolation",
  55. "tool"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
  59. "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2"
  60. },
  61. "install-path": "../bamarni/composer-bin-plugin"
  62. }
  63. ],
  64. "dev": true,
  65. "dev-package-names": [
  66. "bamarni/composer-bin-plugin"
  67. ]
  68. }