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

Fix #76: Version not found for drupal extension. #77

Closed danielarendwtt closed 10 months ago

danielarendwtt commented 10 months ago

Motivation Fixes composer issues, given that the version changed .

Proposed changes Updated composer.json version to match a valid version (dev-main instead of dev-master). Alternatives considered

Testing steps run composer install and composer validate.

TravisCarden commented 10 months ago

Nice; thanks @danielarendwtt! I'll get a new release out right away. 👍