Skip to main content
edited tags
Source Link
avpaderno
  • 98.1k
  • 15
  • 165
  • 284

How can I install drupal/pm in a D11 projectthe Drupal PM (Project Management) module?

I'm trying to install the Drupal PM (Project Management) module, which says to work with Drupal PM10 and 11, on Drupal 11.1.

In the module searchWhen I put "compatibletry to install it with Drupal 11".

I found this,Composer (composer require 'drupal/pm:4.1.x-dev@dev'), it says "works with Drupal 10 and 11.

But I get this error message below, does.

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)].
  • drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev].
  • drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require.
  • drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require.
  • drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require.
  • drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Does anyone know how to fix this? Thanks :)

Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)]. - drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev]. - drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too. Installation failed, reverting ./composer.json and ./composer.lock to their original content. 

How can I install drupal/pm in a D11 project?

I'm trying to install Drupal PM, on Drupal 11.1.

In the module search I put "compatible with Drupal 11".

I found this, composer require 'drupal/pm:4.1.x-dev@dev', it says "works with Drupal 10 and 11.

But I get this error message below, does anyone know how to fix this? Thanks :)

Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)]. - drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev]. - drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too. Installation failed, reverting ./composer.json and ./composer.lock to their original content. 

How can I install the Drupal PM (Project Management) module?

I'm trying to install the Drupal PM (Project Management) module, which says to work with Drupal 10 and 11, on Drupal 11.1.

When I try to install it with Composer (composer require 'drupal/pm:4.1.x-dev@dev'), I get this error message.

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)].
  • drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev].
  • drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require.
  • drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require.
  • drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require.
  • drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Does anyone know how to fix this?

edited tags
Link
avpaderno
  • 98.1k
  • 15
  • 165
  • 284
You need to make your question readable; you need to make it a question
Source Link
norman.lol
  • 19.1k
  • 6
  • 75
  • 129

Trying to How can I install Drupal PM on Drupal 11.1drupal/pm in a D11 project?

I'm trying to install Drupal PM, on Drupal 11.1. 

In the module search I put "compatible with Drupal 11". 

I found this, composer require 'drupal/pm:4.1.x-dev@dev'composer require 'drupal/pm:4.1.x-dev@dev', it says "works with Drupal 10 and 11. 

But I get this error message below, does anyone know how to fix this? Thanks :)

Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)]. - drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev]. - drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)]. - drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev]. - drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too. Installation failed, reverting ./composer.json and ./composer.lock to their original content. 

Trying to install Drupal PM on Drupal 11.1

I'm trying to install Drupal PM, on Drupal 11.1. In the module search I put "compatible with Drupal 11". I found this, composer require 'drupal/pm:4.1.x-dev@dev', it says "works with Drupal 10 and 11. But I get this error message below, does anyone know how to fix this? Thanks :)

Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)]. - drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev]. - drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

How can I install drupal/pm in a D11 project?

I'm trying to install Drupal PM, on Drupal 11.1. 

In the module search I put "compatible with Drupal 11". 

I found this, composer require 'drupal/pm:4.1.x-dev@dev', it says "works with Drupal 10 and 11. 

But I get this error message below, does anyone know how to fix this? Thanks :)

Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires drupal/pm 4.x-dev@dev -> satisfiable by drupal/pm[4.x-dev (alias of dev-4.x)]. - drupal/pm dev-4.x requires drupal/verf * -> satisfiable by drupal/verf[dev-1.x, dev-2.0.x, 1.0.0-beta1, ..., 1.x-dev, 2.0.0, 2.0.1, 2.0.2, 2.0.x-dev]. - drupal/verf[1.0.0-beta1, ..., 1.0.0-beta7] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf 1.0.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/verf[dev-1.x, dev-2.0.x, 1.x-dev, 2.0.0, ..., 2.0.x-dev] require drupal/core ^9 || ^10 -> found drupal/core[9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev] but these were not loaded, likely because it conflicts with another require. - drupal/pm 4.x-dev is an alias of drupal/pm dev-4.x and thus requires it to be installed too. Installation failed, reverting ./composer.json and ./composer.lock to their original content. 
Source Link
Loading