Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2.  
  3. "name": "vendor/module",
  4. "description": "Magento 2 Shipping Rates",
  5. "type": "magento2-module",
  6. "version": "1.0.0",
  7. "license": [
  8. "OSL-3.0",
  9. "AFL-3.0"
  10. ],
  11. "require": {},
  12. "authors": [
  13. {
  14. "name": "ABC",
  15. "email": "abc@mail.com",
  16. "homepage": "abc.com",
  17. "role": "Owner"
  18. }
  19. ],
  20. "autoload": {
  21. "files": [ "registration.php" ],
  22. "psr-4": {
  23. "Vendor\Module\": ""
  24. }
  25. },
  26. "minimum-stability": "dev",
  27. "prefer-stable": true
  28. }
  29.  
  30. ./composer.json has been updated
  31. Loading composer repositories with package information
  32. Updating dependencies (including require-dev)
  33. Your requirements could not be resolved to an installable set of packages.
  34.  
  35. Problem 1
  36. - The requested package vendor/module * is satisfiable by vendor/module[dev-master] but these conflict with your requirements or minimum-stability.
  37.  
  38.  
  39. Installation failed, reverting ./composer.json to its original content.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement