選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

29 行
651 B

  1. {
  2. "name": "magento/module-jwt-user-token",
  3. "description": "Introduces JWT token support for web API authentication",
  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.0",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-integration": "100.4.*",
  17. "magento/module-authorization": "100.4.*"
  18. },
  19. "autoload": {
  20. "files": [
  21. "registration.php"
  22. ],
  23. "psr-4": {
  24. "Magento\\JwtUserToken\\": ""
  25. }
  26. }
  27. }