Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. # composer require "drupal/ctools ~3.0"
  2. ./composer.json has been updated
  3. Loading composer repositories with package information
  4. Updating dependencies (including require-dev)
  5. Your requirements could not be resolved to an installable set of packages.
  6.  
  7. Problem 1
  8. - The requested package drupal/ctools ~8.3.0-alpha21 is satisfiable by drupal/ctools[8.3.0-alpha27] but these conflict with your requirements or minimum-stability.
  9.  
  10. Installation failed, reverting ./composer.json to its original content.
  11.  
  12. {
  13. "name": "drupal/drupal",
  14. "description": "Drupal is an open source content management platform powering millions of websites and applications.",
  15. "type": "project",
  16. "license": "GPL-2.0+",
  17. "require": {
  18. "composer/installers": "^1.0.21",
  19. "wikimedia/composer-merge-plugin": "~1.3",
  20. "drupal/address": "~1.0",
  21. "symfony/intl": ">=1.0"
  22. },
  23. "replace": {
  24. "drupal/core": "~8.2",
  25. "drupal/entity": "8.*",
  26. "drupal/pathauto": "8.*",
  27. "drupal/simple-conreg": "8.*",
  28. "drupal/swiftmailer": "8.*"
  29. },
  30. "minimum-stability": "dev",
  31. "prefer-stable": true,
  32. "config": {
  33. "preferred-install": "dist",
  34. "autoloader-suffix": "Drupal8"
  35. },
  36. "extra": {
  37. "_readme": [
  38. "By default Drupal loads the autoloader from ./vendor/autoload.php.",
  39. "To change the autoloader you can edit ./autoload.php."
  40. ],
  41. "installer-paths": {
  42. "modules/contrib/{$name}": [
  43. "type:drupal-module"
  44. ],
  45. "modules/custom/{$name}": [
  46. "type:drupal-custom-module"
  47. ],
  48. "profiles/contrib/{$name}": [
  49. "type:drupal-profile"
  50. ],
  51. "themes/contrib/{$name}": [
  52. "type:drupal-theme"
  53. ],
  54. "themes/custom/{$name}": [
  55. "type:drupal-custom-theme"
  56. ],
  57. "libraries/{$name}": [
  58. "type:drupal-library"
  59. ],
  60. "drush/{$name}": [
  61. "type:drupal-drush"
  62. ]
  63. },
  64. "merge-plugin": {
  65. "include": [
  66. "core/composer.json",
  67. "sites/all/modules/entity/composer.json",
  68. "sites/all/modules/pathauto/composer.json",
  69. "sites/pasgonreg.lostcarpark.com/modules/simple_conreg/composer.json",
  70. "sites/all/modules/swiftmailer/composer.json"
  71. ],
  72. "recurse": false,
  73. "replace": false,
  74. "merge-extra": false
  75. }
  76. },
  77. "autoload": {
  78. "psr-4": {
  79. "Drupal\Core\Composer\": "core/lib/Drupal/Core/Composer",
  80. "Drupal\composer_manager\Composer\": "/var/www/drupal/sites8/all/modules/composer_manager/src/Composer"
  81. }
  82. },
  83. "scripts": {
  84. "pre-autoload-dump": "Drupal\Core\Composer\Composer::preAutoloadDump",
  85. "post-autoload-dump": "Drupal\Core\Composer\Composer::ensureHtaccess",
  86. "post-package-install": "Drupal\Core\Composer\Composer::vendorTestCodeCleanup",
  87. "post-package-update": "Drupal\Core\Composer\Composer::vendorTestCodeCleanup",
  88. "drupal-rebuild": "Drupal\composer_manager\Composer\Command::rebuild",
  89. "drupal-update": "Drupal\composer_manager\Composer\Command::update"
  90. },
  91. "repositories": {
  92. "0": {
  93. "type": "composer",
  94. "url": "https://packages.drupal.org/8"
  95. },
  96. "drupal": {
  97. "type": "composer",
  98. "url": "https://packages.drupal.org/8"
  99. }
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement