grasmash / composerize-drupal

Convert a non-Composer-managed Drupal application (e.g., one created via tarball) to a Composer-managed Drupal application.
MIT License
125 stars 20 forks source link

Wrong version for -dev module #14

Closed gagarine closed 5 years ago

gagarine commented 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",

But is should be "drupal/pdf": "^1@dev",

grasmash commented 5 years ago

I actually think it should be 1.x-dev rather than ^1.x-dev.

grasmash commented 5 years ago

Should get resolved by https://github.com/grasmash/composerize-drupal/pull/18