Guest User

Untitled

a guest
Nov 21st, 2017
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. "Package magento/composer's source key should be specified as {"type": ..., "url": ..., "reference": ...},
  2. {"type":"git","url":"https://github.com/magento/composer.git","reference":null} given.";i:1;s:7856:
  3.  
  4. {
  5. "name": "magento/project-community-edition",
  6. "description": "eCommerce Platform for Growth (Community Edition)",
  7. "type": "project",
  8. "version": "2.0.13",
  9. "license": [
  10. "OSL-3.0",
  11. "AFL-3.0"
  12. ],
  13. "require": {
  14. "magento/product-community-edition": "2.1.9",
  15. "composer/composer": "@alpha",
  16. "eadesignro/module-warehouses": "1.0.1"
  17. },
  18. "require-dev": {
  19. "phpunit/phpunit": "4.1.0",
  20. "squizlabs/php_codesniffer": "1.5.3",
  21. "phpmd/phpmd": "2.3.*",
  22. "pdepend/pdepend": "2.2.2",
  23. "sjparkinson/static-review": "~4.1",
  24. "fabpot/php-cs-fixer": "~1.2",
  25. "lusitanian/oauth": "~0.3 <=0.7.0"
  26. },
  27. "config": {
  28. "use-include-path": true
  29. },
  30. "autoload": {
  31. "psr-4": {
  32. "Magento\Framework\": "lib/internal/Magento/Framework/",
  33. "Magento\Setup\": "setup/src/Magento/Setup/",
  34. "Magento\": "app/code/Magento/"
  35. },
  36. "psr-0": {
  37. "": "app/code/"
  38. },
  39. "files": [
  40. "app/etc/NonComposerComponentRegistration.php"
  41. ]
  42. },
  43. "autoload-dev": {
  44. "psr-4": {
  45. "Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/",
  46. "Magento\Tools\": "dev/tools/Magento/Tools/",
  47. "Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
  48. "Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
  49. "Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
  50. }
  51. },
  52. "minimum-stability": "alpha",
  53. "prefer-stable": true,
  54. "repositories": {
  55. "0": {
  56. "type": "composer",
  57. "url": "https://repo.magento.com/"
  58. },
  59. "sample-module-news": {
  60. "type": "git",
  61. "url": "git@github.com:EaDesgin/magento2-warehouses"
  62. },
  63. "magento2-warehouses": {
  64. "type": "git",
  65. "url": "git@github.com:EaDesgin/magento2-warehouses"
  66. }
  67. },
  68. "extra": {
  69. "magento-force": "override"
  70. }
Add Comment
Please, Sign In to add comment