acquia / blt-behat

Acquia BLT plugin providing integration with Behat
GNU General Public License v2.0
0 stars 16 forks source link

Move acquia/blt from dev-require to require #25

Closed TravisCarden closed 2 years ago

TravisCarden commented 2 years ago

acquia/blt is a full requirement of acquia/blt-behat, not just a dev one. It must be present for users to use it, not just for contributors to develop it.

danepowell commented 2 years ago

I didn't do this initially because at least in principle BLT itself could depend on some plugin, and then you'd get a circular dependency.

In practice, all plugins are optional and it would be a parent project defining the dependency, so I guess this is fine.