composer.lock 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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": "d949da71b44112749c696a3d81e23565",
  8. "packages": [
  9. {
  10. "name": "michel/michel-package-starter",
  11. "version": "1.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://git.depohub.org/michel/michel-package-starter",
  15. "reference": "e2d8af0e3dd15b8c040fde42b5c4ab407e3aa2cd"
  16. },
  17. "require": {
  18. "php": ">=7.4",
  19. "psr/container": "^1.0|^2.0"
  20. },
  21. "type": "library",
  22. "autoload": {
  23. "psr-4": {
  24. "Michel\\Package\\": "src"
  25. }
  26. },
  27. "notification-url": "https://packagist.org/downloads/",
  28. "license": [
  29. "MIT"
  30. ],
  31. "authors": [
  32. {
  33. "name": "F. Michel"
  34. }
  35. ],
  36. "description": "The core interface required for creating and integrating packages into the Michel framework.",
  37. "time": "2025-12-15T10:50:52+00:00"
  38. },
  39. {
  40. "name": "psr/container",
  41. "version": "2.0.2",
  42. "source": {
  43. "type": "git",
  44. "url": "https://github.com/php-fig/container.git",
  45. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  46. },
  47. "dist": {
  48. "type": "zip",
  49. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  50. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  51. "shasum": ""
  52. },
  53. "require": {
  54. "php": ">=7.4.0"
  55. },
  56. "type": "library",
  57. "extra": {
  58. "branch-alias": {
  59. "dev-master": "2.0.x-dev"
  60. }
  61. },
  62. "autoload": {
  63. "psr-4": {
  64. "Psr\\Container\\": "src/"
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "PHP-FIG",
  74. "homepage": "https://www.php-fig.org/"
  75. }
  76. ],
  77. "description": "Common Container Interface (PHP FIG PSR-11)",
  78. "homepage": "https://github.com/php-fig/container",
  79. "keywords": [
  80. "PSR-11",
  81. "container",
  82. "container-interface",
  83. "container-interop",
  84. "psr"
  85. ],
  86. "support": {
  87. "issues": "https://github.com/php-fig/container/issues",
  88. "source": "https://github.com/php-fig/container/tree/2.0.2"
  89. },
  90. "time": "2021-11-05T16:47:00+00:00"
  91. }
  92. ],
  93. "packages-dev": [
  94. {
  95. "name": "michel/unitester",
  96. "version": "1.0.0",
  97. "source": {
  98. "type": "git",
  99. "url": "https://git.depohub.org/michel/unitester",
  100. "reference": "2877e96750aad48983ef65ad7592e1ee9cff5d56"
  101. },
  102. "require": {
  103. "ext-mbstring": "*",
  104. "php": ">=7.4",
  105. "psr/container": "^2.0"
  106. },
  107. "bin": [
  108. "bin/unitester"
  109. ],
  110. "type": "library",
  111. "autoload": {
  112. "files": [
  113. "src/assert.php"
  114. ],
  115. "psr-4": {
  116. "Michel\\UniTester\\": "src",
  117. "Test\\Michel\\UniTester\\": "tests"
  118. }
  119. },
  120. "notification-url": "https://packagist.org/downloads/",
  121. "license": [
  122. "MIT"
  123. ],
  124. "authors": [
  125. {
  126. "name": "F. Michel"
  127. }
  128. ],
  129. "description": "PHP UniTester is a unit testing library for PHP that provides a straightforward interface for writing and executing tests. It focuses on a minimalist approach, allowing developers to create assertions and organize tests at the lowest level of PHP, without reliance on complex external libraries.",
  130. "time": "2025-12-14T15:53:05+00:00"
  131. }
  132. ],
  133. "aliases": [],
  134. "minimum-stability": "stable",
  135. "stability-flags": {},
  136. "prefer-stable": false,
  137. "prefer-lowest": false,
  138. "platform": {
  139. "php": ">=7.4"
  140. },
  141. "platform-dev": {},
  142. "plugin-api-version": "2.6.0"
  143. }