Closed gagarine closed 5 years ago
I had the project https://www.drupal.org/project/pdf installed in my Drupal 8 project.
The script converted to: "drupal/pdf": "^1.x-dev",
"drupal/pdf": "^1.x-dev",
But is should be "drupal/pdf": "^1@dev",
"drupal/pdf": "^1@dev",
I actually think it should be 1.x-dev rather than ^1.x-dev.
1.x-dev
^1.x-dev
Should get resolved by https://github.com/grasmash/composerize-drupal/pull/18
I had the project https://www.drupal.org/project/pdf installed in my Drupal 8 project.
The script converted to:
"drupal/pdf": "^1.x-dev",
But is should be
"drupal/pdf": "^1@dev",