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.

composer.lock 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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": "8f8b099365b3839a80b19e266c4ba5e4",
  8. "packages": [
  9. {
  10. "name": "mexitek/phpcolors",
  11. "version": "v1.0.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/mexitek/phpColors.git",
  15. "reference": "4043974240ca7dc3c2bec3c158588148b605b206"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/mexitek/phpColors/zipball/4043974240ca7dc3c2bec3c158588148b605b206",
  20. "reference": "4043974240ca7dc3c2bec3c158588148b605b206",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2|^8.0"
  25. },
  26. "require-dev": {
  27. "nette/tester": "^2.3",
  28. "squizlabs/php_codesniffer": "^3.5"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "classmap": [
  33. "src"
  34. ]
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Arlo Carreon",
  43. "homepage": "http://arlocarreon.com",
  44. "role": "creator"
  45. }
  46. ],
  47. "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
  48. "homepage": "http://mexitek.github.com/phpColors/",
  49. "keywords": [
  50. "color",
  51. "css",
  52. "design",
  53. "frontend",
  54. "ui"
  55. ],
  56. "support": {
  57. "issues": "https://github.com/mexitek/phpColors/issues",
  58. "source": "https://github.com/mexitek/phpColors"
  59. },
  60. "time": "2021-11-26T13:19:08+00:00"
  61. }
  62. ],
  63. "packages-dev": [
  64. {
  65. "name": "bamarni/composer-bin-plugin",
  66. "version": "v1.5.0",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/bamarni/composer-bin-plugin.git",
  70. "reference": "49934ffea764864788334c1485fbb08a4b852031"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/49934ffea764864788334c1485fbb08a4b852031",
  75. "reference": "49934ffea764864788334c1485fbb08a4b852031",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "composer-plugin-api": "^1.0 || ^2.0",
  80. "php": "^5.5.9 || ^7.0 || ^8.0"
  81. },
  82. "require-dev": {
  83. "composer/composer": "^1.0 || ^2.0",
  84. "symfony/console": "^2.5 || ^3.0 || ^4.0"
  85. },
  86. "type": "composer-plugin",
  87. "extra": {
  88. "class": "Bamarni\\Composer\\Bin\\Plugin"
  89. },
  90. "autoload": {
  91. "psr-4": {
  92. "Bamarni\\Composer\\Bin\\": "src"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "MIT"
  98. ],
  99. "description": "No conflicts for your bin dependencies",
  100. "keywords": [
  101. "composer",
  102. "conflict",
  103. "dependency",
  104. "executable",
  105. "isolation",
  106. "tool"
  107. ],
  108. "support": {
  109. "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
  110. "source": "https://github.com/bamarni/composer-bin-plugin/tree/v1.5.0"
  111. },
  112. "time": "2022-02-22T21:01:25+00:00"
  113. }
  114. ],
  115. "aliases": [],
  116. "minimum-stability": "stable",
  117. "stability-flags": [],
  118. "prefer-stable": false,
  119. "prefer-lowest": false,
  120. "platform": {
  121. "ext-json": "*",
  122. "ext-libxml": "*",
  123. "ext-mbstring": "*",
  124. "ext-pdo": "*",
  125. "ext-simplexml": "*",
  126. "ext-xmlreader": "*",
  127. "ext-zip": "*"
  128. },
  129. "platform-dev": [],
  130. "platform-overrides": {
  131. "php": "7.4"
  132. },
  133. "plugin-api-version": "2.2.0"
  134. }