composer.lock 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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": "4611f663f44992e148187cf32a8a0f91",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "michel/unitester",
  12. "version": "1.0.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://git.depohub.org/michel/unitester",
  16. "reference": "2877e96750aad48983ef65ad7592e1ee9cff5d56"
  17. },
  18. "require": {
  19. "ext-mbstring": "*",
  20. "php": ">=7.4",
  21. "psr/container": "^2.0"
  22. },
  23. "bin": [
  24. "bin/unitester"
  25. ],
  26. "type": "library",
  27. "autoload": {
  28. "files": [
  29. "src/assert.php"
  30. ],
  31. "psr-4": {
  32. "Michel\\UniTester\\": "src",
  33. "Test\\Michel\\UniTester\\": "tests"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "F. Michel"
  43. }
  44. ],
  45. "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.",
  46. "time": "2025-12-14T15:53:05+00:00"
  47. },
  48. {
  49. "name": "psr/container",
  50. "version": "2.0.2",
  51. "source": {
  52. "type": "git",
  53. "url": "https://github.com/php-fig/container.git",
  54. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  55. },
  56. "dist": {
  57. "type": "zip",
  58. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  59. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  60. "shasum": ""
  61. },
  62. "require": {
  63. "php": ">=7.4.0"
  64. },
  65. "type": "library",
  66. "extra": {
  67. "branch-alias": {
  68. "dev-master": "2.0.x-dev"
  69. }
  70. },
  71. "autoload": {
  72. "psr-4": {
  73. "Psr\\Container\\": "src/"
  74. }
  75. },
  76. "notification-url": "https://packagist.org/downloads/",
  77. "license": [
  78. "MIT"
  79. ],
  80. "authors": [
  81. {
  82. "name": "PHP-FIG",
  83. "homepage": "https://www.php-fig.org/"
  84. }
  85. ],
  86. "description": "Common Container Interface (PHP FIG PSR-11)",
  87. "homepage": "https://github.com/php-fig/container",
  88. "keywords": [
  89. "PSR-11",
  90. "container",
  91. "container-interface",
  92. "container-interop",
  93. "psr"
  94. ],
  95. "support": {
  96. "issues": "https://github.com/php-fig/container/issues",
  97. "source": "https://github.com/php-fig/container/tree/2.0.2"
  98. },
  99. "time": "2021-11-05T16:47:00+00:00"
  100. }
  101. ],
  102. "aliases": [],
  103. "minimum-stability": "stable",
  104. "stability-flags": {},
  105. "prefer-stable": false,
  106. "prefer-lowest": false,
  107. "platform": {
  108. "php": ">=7.4"
  109. },
  110. "platform-dev": {},
  111. "plugin-api-version": "2.6.0"
  112. }