Skip to content
New issue

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

A dependency no longer exists #76

Closed
aamouri opened this issue Jan 12, 2024 · 6 comments
Closed

A dependency no longer exists #76

aamouri opened this issue Jan 12, 2024 · 6 comments

Comments

@aamouri
Copy link

aamouri commented Jan 12, 2024

Hello,

I got an error message when doing a composer install.
Version dev-master for "drupal/drupal-extension" no longer exists.

image

Thank you for your help.

@jorgemd-cit
Copy link

Hello, I'm facing the same problem, the branch alias "dev-master" for "drupal/drupal-extension" was removed (jhedstrom/drupalextension@d77136a)

I would suggest to update the dependency version to the actual version: "5.0.x-dev"

Thanks

@rodriguesdaniel
Copy link

Hello.
Facing the same issue here. Thanks for your support guys.

@danielarendwtt
Copy link
Contributor

Same issue here.

@danielarendwtt
Copy link
Contributor

#77

@aamouri
Copy link
Author

aamouri commented Jan 12, 2024

Hello,

As a workaround, you can use my fork https://github.com/aamouri/drupal-spec-tool

"require-dev": {
    "acquia/coding-standards": "^2.0",
    "aamouri/drupal-spec-tool": "^6.0",



"repositories": {
    "drupal": {
        "type": "composer",
        "url": "https://packages.drupal.org/8"
    },
    "aamouri": {
        "type": "vcs",
        "url": "https://github.com/aamouri/drupal-spec-tool.git"
    }
},

@TravisCarden
Copy link
Contributor

Thanks, everyone! I merged the fix in #77 and cut a new https://github.com/acquia/drupal-spec-tool/releases/tag/v6.1.0. (I snuck in PHP 8.2 support, too.) Enjoy! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants