We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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",
The text was updated successfully, but these errors were encountered:
I actually think it should be 1.x-dev rather than ^1.x-dev.
1.x-dev
^1.x-dev
Sorry, something went wrong.
Should get resolved by #18
Merge pull request #18 from grasmash/core-version
f08dc94
Fixes #17 #14: Unable to determine Drupal core version.
No branches or pull requests
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",
The text was updated successfully, but these errors were encountered: