composer.json 495 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "magento/framework-bulk",
  3. "description": "N/A",
  4. "config": {
  5. "sort-packages": true
  6. },
  7. "type": "magento2-library",
  8. "license": [
  9. "OSL-3.0",
  10. "AFL-3.0"
  11. ],
  12. "require": {
  13. "magento/framework": "102.0.*",
  14. "php": "~7.1.3||~7.2.0"
  15. },
  16. "autoload": {
  17. "psr-4": {
  18. "Magento\\Framework\\Bulk\\": ""
  19. },
  20. "files": [
  21. "registration.php"
  22. ]
  23. },
  24. "version": "100.3.1"
  25. }