composer.lock 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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": "d3a0616eac3504926dab23a8cf74cb48",
  8. "packages": [
  9. {
  10. "name": "evit/php-gm-crypto",
  11. "version": "1.0.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Endy-c/php-gm-crypto.git",
  15. "reference": "186e03ce9bb13932ce0d91396e11c67b59bce78a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Endy-c/php-gm-crypto/zipball/186e03ce9bb13932ce0d91396e11c67b59bce78a",
  20. "reference": "186e03ce9bb13932ce0d91396e11c67b59bce78a",
  21. "shasum": ""
  22. },
  23. "type": "library",
  24. "autoload": {
  25. "psr-4": {
  26. "Evit\\PhpGmCrypto\\": "src/"
  27. }
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "MIT"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Endy",
  36. "email": "endy@evit.net.cn"
  37. }
  38. ],
  39. "description": "Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.",
  40. "support": {
  41. "issues": "https://github.com/Endy-c/php-gm-crypto/issues",
  42. "source": "https://github.com/Endy-c/php-gm-crypto/tree/1.0.4"
  43. },
  44. "time": "2023-06-02T03:13:44+00:00"
  45. }
  46. ],
  47. "packages-dev": [],
  48. "aliases": [],
  49. "minimum-stability": "stable",
  50. "stability-flags": [],
  51. "prefer-stable": false,
  52. "prefer-lowest": false,
  53. "platform": [],
  54. "platform-dev": [],
  55. "plugin-api-version": "2.0.0"
  56. }