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.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "packages": [
  3. {
  4. "name": "bamarni/composer-bin-plugin",
  5. "version": "1.4.1",
  6. "version_normalized": "1.4.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/bamarni/composer-bin-plugin.git",
  10. "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
  15. "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "composer-plugin-api": "^1.0 || ^2.0",
  20. "php": "^5.5.9 || ^7.0 || ^8.0"
  21. },
  22. "require-dev": {
  23. "composer/composer": "^1.0 || ^2.0",
  24. "symfony/console": "^2.5 || ^3.0 || ^4.0"
  25. },
  26. "time": "2020-05-03T08:27:20+00:00",
  27. "type": "composer-plugin",
  28. "extra": {
  29. "class": "Bamarni\\Composer\\Bin\\Plugin"
  30. },
  31. "installation-source": "dist",
  32. "autoload": {
  33. "psr-4": {
  34. "Bamarni\\Composer\\Bin\\": "src"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "description": "No conflicts for your bin dependencies",
  42. "keywords": [
  43. "composer",
  44. "conflict",
  45. "dependency",
  46. "executable",
  47. "isolation",
  48. "tool"
  49. ],
  50. "support": {
  51. "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
  52. "source": "https://github.com/bamarni/composer-bin-plugin/tree/master"
  53. },
  54. "install-path": "../bamarni/composer-bin-plugin"
  55. }
  56. ],
  57. "dev": true,
  58. "dev-package-names": [
  59. "bamarni/composer-bin-plugin"
  60. ]
  61. }