Guest User

Untitled

a guest
Nov 10th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. https://www.tawk.to/knowledgebase/plugins-and-modules/magento-2-integration/
  2.  
  3. ===========================================
  4.  
  5. [root@sixteen public_html]# php composer.phar require tawk/widget
  6.  
  7. Authentication required (repo.magento.com):
  8. Username: my_magento_public_key
  9. Password: my_magento_private_key
  10.  
  11. Do you want to store credentials for repo.magento.com in /root/.composer/auth.json ? [Yn] y
  12.  
  13. [InvalidArgumentException]
  14. Could not find package tawk/widget at any version for your minimum-stability (alpha). Check the package spelling or your minimum-stability
  15.  
  16. require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...
  17.  
  18. ==========================================
  19.  
  20. {
  21. "name": "tawk/widget",
  22. "description": "Tawk live chat widget",
  23. "type": "magento2-module",
  24. "version": "1.0.0",
  25. "license": [
  26. "OSL-3.0"
  27. ],
  28. "require": {
  29. "php": "~5.6.0|7.0.2|7.0.4|~7.0.12"
  30. },
  31. "autoload": {
  32. "files": [ "registration.php" ],
  33. "psr-4": {
  34. "Tawk\Widget\": ""
  35. }
  36. }
  37. }
  38.  
  39. http://webtips.krajee.com/setting-composer-minimum-stability-application/
  40.  
  41. https://igor.io/2013/02/07/composer-stability-flags.html
Add Comment
Please, Sign In to add comment