acquia / drupal-spec-tool

A tool for specifying Drupal architecture details and generating automated tests for them.
GNU General Public License v2.0
149 stars 36 forks source link

A dependency no longer exists #76

Closed aamouri closed 10 months ago

aamouri commented 10 months ago

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 commented 10 months ago

Hello, I'm facing the same problem, the branch alias "dev-master" for "drupal/drupal-extension" was removed (https://github.com/jhedstrom/drupalextension/commit/d77136a6068ec286b9bd57c5cba400b82452859f)

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

Thanks

rodriguesdaniel commented 10 months ago

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

danielarendwtt commented 10 months ago

Same issue here.

danielarendwtt commented 10 months ago

https://github.com/acquia/drupal-spec-tool/pull/77

aamouri commented 10 months ago

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 commented 10 months ago

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! 🙂