installed.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "packages": [
  3. {
  4. "name": "evit/php-gm-crypto",
  5. "version": "1.0.4",
  6. "version_normalized": "1.0.4.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/Endy-c/php-gm-crypto.git",
  10. "reference": "186e03ce9bb13932ce0d91396e11c67b59bce78a"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/Endy-c/php-gm-crypto/zipball/186e03ce9bb13932ce0d91396e11c67b59bce78a",
  15. "reference": "186e03ce9bb13932ce0d91396e11c67b59bce78a",
  16. "shasum": ""
  17. },
  18. "time": "2023-06-02T03:13:44+00:00",
  19. "type": "library",
  20. "installation-source": "dist",
  21. "autoload": {
  22. "psr-4": {
  23. "Evit\\PhpGmCrypto\\": "src/"
  24. }
  25. },
  26. "notification-url": "https://packagist.org/downloads/",
  27. "license": [
  28. "MIT"
  29. ],
  30. "authors": [
  31. {
  32. "name": "Endy",
  33. "email": "endy@evit.net.cn"
  34. }
  35. ],
  36. "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.",
  37. "support": {
  38. "issues": "https://github.com/Endy-c/php-gm-crypto/issues",
  39. "source": "https://github.com/Endy-c/php-gm-crypto/tree/1.0.4"
  40. },
  41. "install-path": "../evit/php-gm-crypto"
  42. }
  43. ],
  44. "dev": true,
  45. "dev-package-names": []
  46. }