Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

29 wiersze
589 B

  1. {
  2. "name": "magento/module-encryption-key",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "config": {
  10. "sort-packages": true
  11. },
  12. "version": "100.4.3",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-backend": "102.0.*",
  17. "magento/module-config": "101.2.*"
  18. },
  19. "autoload": {
  20. "files": [
  21. "registration.php"
  22. ],
  23. "psr-4": {
  24. "Magento\\EncryptionKey\\": ""
  25. }
  26. }
  27. }