Skip to content

Commit

Permalink
Fixes #6 to correct blt 12.x behat changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadison13 committed Mar 23, 2022
1 parent 773a279 commit 399958e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
"role": "Maintainer"
}
],
"require": {},
"require": {
"acquia/blt-behat": "dev-master"
},
"conflict": {
"acquia/blt": "<=12.5.1"
},
"autoload": {
"psr-4": {
"Lcatlett\\BltDdev\\": "./src/"
Expand Down
2 changes: 1 addition & 1 deletion src/Blt/Plugin/Commands/BehatDdevCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Lcatlett\BltDdev\Blt\Plugin\Commands;

use Acquia\Blt\Robo\Commands\Tests\BehatCommand;
use Acquia\BltBehat\Blt\Plugin\Commands\BehatCommand;

class BehatDdevCommand extends BehatCommand {

Expand Down

0 comments on commit 399958e

Please sign in to comment.